mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-03 20:35:33 +02:00
fix(esp_wifi): Resolve some comments for wpa3_compatible_mode support
This commit is contained in:
committed by
Kapil Gupta
parent
3eca66cc0d
commit
1753f5ee63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user