[Buildroot] [PATCH 1/2] package/wpa_supplicant: enable SAE-PK option for WPA3

yegorslists at googlemail.com yegorslists at googlemail.com
Tue Apr 5 08:49:28 UTC 2022


From: Yegor Yefremov <yegorslists at googlemail.com>

This enables a new security feature "SAE Public Key".

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
 package/wpa_supplicant/wpa_supplicant.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
index f0eb36e083..a2ca8a0b30 100644
--- a/package/wpa_supplicant/wpa_supplicant.mk
+++ b/package/wpa_supplicant/wpa_supplicant.mk
@@ -112,11 +112,13 @@ ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_WPA3),y)
 WPA_SUPPLICANT_CONFIG_ENABLE += \
 	CONFIG_DPP \
 	CONFIG_SAE \
+	CONFIG_SAE_PK \
 	CONFIG_OWE
 else
 WPA_SUPPLICANT_CONFIG_DISABLE += \
 	CONFIG_DPP \
 	CONFIG_SAE \
+	CONFIG_SAE_PK \
 	CONFIG_OWE
 endif
 
-- 
2.17.0




More information about the buildroot mailing list