esp-wifi: add SAE-PK (Public Key) authentication support for station

This commit is contained in:
Sarvesh Bodakhe
2023-02-16 13:49:03 +05:30
parent 2237847967
commit d2f6a3dacc
19 changed files with 1407 additions and 25 deletions
+7
View File
@@ -255,6 +255,13 @@ menu "Wi-Fi"
PMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be
explicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for details.
config ESP_WIFI_ENABLE_SAE_PK
bool "Enable SAE-PK"
default y
depends on ESP_WIFI_ENABLE_WPA3_SAE
help
Select this option to enable SAE-PK
config ESP_WIFI_ENABLE_WPA3_OWE_STA
bool "Enable OWE STA"
default y