forked from espressif/esp-idf
fix(wifi): fix wpa3 connect fail issue
This commit is contained in:
@@ -209,7 +209,7 @@ extern const wpa_crypto_funcs_t g_wifi_default_wpa_crypto_funcs;
|
||||
#define WIFI_STA_DISCONNECTED_PM_ENABLED false
|
||||
#endif
|
||||
|
||||
#if CONFIG_ESP_WIFI_ENABLE_WPA3_SAE
|
||||
#if CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE
|
||||
#define WIFI_ENABLE_WPA3_SAE (1<<0)
|
||||
#else
|
||||
#define WIFI_ENABLE_WPA3_SAE 0
|
||||
|
Submodule components/esp_wifi/lib updated: afef70fff2...ee6eae1464
Reference in New Issue
Block a user