mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
feat(wifi): Add support for wpa3 compatible flag for softap
This commit is contained in:
committed by
Kapil Gupta
parent
434671f5e6
commit
ee3723b922
@@ -78,6 +78,7 @@ void wifi_init_softap(void)
|
||||
#else /* CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT */
|
||||
.authmode = WIFI_AUTH_WPA2_PSK,
|
||||
#endif
|
||||
.wpa3_compatible_mode = 1,
|
||||
.pmf_cfg = {
|
||||
.required = true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user