Add Authenticated HTTPS Admin Foundation
This commit is contained in:
+1
-3
@@ -84,8 +84,6 @@ typedef struct {
|
||||
wifi_config_sta_profile_t profiles[WIFI_CONFIG_STA_PROFILE_COUNT];
|
||||
} wifi_app_config_t;
|
||||
|
||||
/* Seed the credential DRBG before Wi-Fi, Bluetooth, or ADC use. */
|
||||
esp_err_t wifi_config_entropy_init(void);
|
||||
|
||||
/* Generates a unique AP SSID and a fresh random AP password. */
|
||||
esp_err_t wifi_config_defaults(wifi_app_config_t *config);
|
||||
@@ -109,5 +107,5 @@ esp_err_t wifi_config_save(const wifi_app_config_t *config);
|
||||
/* Pass NULL to generate fresh defaults, or supply validated defaults to save. */
|
||||
esp_err_t wifi_config_reset_storage(const wifi_app_config_t *defaults);
|
||||
|
||||
/* Volatile writes prevent ordinary optimization from eliding secret cleanup. */
|
||||
/* Compatibility wrapper around the shared secure_wipe() implementation. */
|
||||
void wifi_config_secure_wipe(void *data, size_t size);
|
||||
|
||||
Reference in New Issue
Block a user