Merge branch 'bugfix/fix_wpa3_connect_fail_issue_v5.0' into 'release/v5.0'

fix(wifi): fix wpa3 connect fail issue

See merge request espressif/esp-idf!28436
This commit is contained in:
Jiang Jiang Jian
2024-01-18 11:19:10 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ extern const wpa_crypto_funcs_t g_wifi_default_wpa_crypto_funcs;
#define WIFI_STA_DISCONNECTED_PM_ENABLED false #define WIFI_STA_DISCONNECTED_PM_ENABLED false
#endif #endif
#if CONFIG_ESP_WIFI_ENABLE_WPA3_SAE #if CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE
#define WIFI_ENABLE_WPA3_SAE (1<<0) #define WIFI_ENABLE_WPA3_SAE (1<<0)
#else #else
#define WIFI_ENABLE_WPA3_SAE 0 #define WIFI_ENABLE_WPA3_SAE 0