From ef3830b4d852b181117abf9c153519a242d8ebcb Mon Sep 17 00:00:00 2001 From: muhaidong Date: Fri, 12 Jan 2024 16:35:13 +0800 Subject: [PATCH] fix(wifi): fix wpa3 connect fail issue --- components/esp_wifi/include/esp_wifi.h | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_wifi/include/esp_wifi.h b/components/esp_wifi/include/esp_wifi.h index 464308fe04..e91138375b 100644 --- a/components/esp_wifi/include/esp_wifi.h +++ b/components/esp_wifi/include/esp_wifi.h @@ -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 diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index afef70fff2..ee6eae1464 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit afef70fff271361f8d0aef3c54b4515e2f314e1c +Subproject commit ee6eae14648cc4cf5c7d212ed6f6fdf42ba0142e