mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
2398c20ce9
@ -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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit afef70fff271361f8d0aef3c54b4515e2f314e1c
|
||||
Subproject commit ee6eae14648cc4cf5c7d212ed6f6fdf42ba0142e
|
Loading…
Reference in New Issue
Block a user