Fix wapi authmode in NVS and S3/C3 compability.

This commit is contained in:
alex.li 2021-01-29 21:28:52 +08:00
parent 7c6dad2a29
commit a9b0336ac5
2 changed files with 2 additions and 2 deletions

View File

@ -61,10 +61,10 @@ typedef enum {
WIFI_AUTH_WPA_PSK, /**< authenticate mode : WPA_PSK */
WIFI_AUTH_WPA2_PSK, /**< authenticate mode : WPA2_PSK */
WIFI_AUTH_WPA_WPA2_PSK, /**< authenticate mode : WPA_WPA2_PSK */
WIFI_AUTH_WAPI_PSK, /**< authenticate mode : WAPI_PSK */
WIFI_AUTH_WPA2_ENTERPRISE, /**< authenticate mode : WPA2_ENTERPRISE */
WIFI_AUTH_WPA3_PSK, /**< authenticate mode : WPA3_PSK */
WIFI_AUTH_WPA2_WPA3_PSK, /**< authenticate mode : WPA2_WPA3_PSK */
WIFI_AUTH_WAPI_PSK, /**< authenticate mode : WAPI_PSK */
WIFI_AUTH_MAX
} wifi_auth_mode_t;

@ -1 +1 @@
Subproject commit a7462e95da20b75ad2594e195d12447de79075ad
Subproject commit 5c455dbf8d5469102090f02deb949ac09a1acf11