fix(esp_wifi): Resolve some comments for wpa3_compatible_mode support

This commit is contained in:
Shreyas Sheth
2025-09-26 11:20:13 +05:30
committed by Kapil Gupta
parent 3eca66cc0d
commit 1753f5ee63
7 changed files with 37 additions and 28 deletions
@@ -75,8 +75,6 @@ void wifi_init_softap(void)
#ifdef CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT
.authmode = WIFI_AUTH_WPA3_PSK,
.sae_pwe_h2e = WPA3_SAE_PWE_BOTH,
.pairwise_cipher = WIFI_CIPHER_TYPE_GCMP256,
.sae_ext = 1,
#else /* CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT */
.authmode = WIFI_AUTH_WPA2_PSK,
#endif