fix(esp_wifi): Resolve comments for wpa3 compatible mode

This commit is contained in:
Shreyas Sheth
2025-04-17 18:24:26 +05:30
committed by Kapil Gupta
parent fbfa3aa0e0
commit 1b33c9daae
6 changed files with 14 additions and 16 deletions

View File

@@ -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,
},