feat(wifi): Add support for wpa3 compatible flag for softap

This commit is contained in:
Shreyas Sheth
2025-02-17 01:54:07 +05:30
committed by Kapil Gupta
parent 434671f5e6
commit ee3723b922
6 changed files with 58 additions and 3 deletions

View File

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