mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
fix(esp_wifi): Resolve comments for wpa3 compatible mode
This commit is contained in:
committed by
Kapil Gupta
parent
fbfa3aa0e0
commit
1b33c9daae
@@ -78,7 +78,7 @@ void wifi_init_softap(void)
|
||||
#else /* CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT */
|
||||
.authmode = WIFI_AUTH_WPA2_PSK,
|
||||
#endif
|
||||
.wpa3_compatible_mode = 1,
|
||||
.wpa3_compatible_mode = 0,
|
||||
.pmf_cfg = {
|
||||
.required = true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user