Skip to content

Commit d953301

Browse files
authored
Enable WPA3 (espressif#72)
This is a highly requested item in message boards. Is there a blocker to enabling it?
1 parent d20dc9f commit d953301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: configs/defconfig.common

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=8
2424
CONFIG_ESP32_WIFI_STATIC_TX_BUFFER_NUM=8
2525
CONFIG_ESP32_WIFI_CACHE_TX_BUFFER_NUM=16
2626
CONFIG_ESP32_WIFI_CSI_ENABLED=y
27-
# CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE is not set
27+
CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE=y
2828
# CONFIG_ESP32_WIFI_IRAM_OPT is not set
2929
# CONFIG_ESP32_WIFI_RX_IRAM_OPT is not set
3030
CONFIG_ETH_SPI_ETHERNET_DM9051=y

0 commit comments

Comments
 (0)