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

yegorslists at googlemail.com yegorslists at googlemail.com
Tue Apr 5 08:49:29 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/hostapd/hostapd.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/hostapd/hostapd.mk b/package/hostapd/hostapd.mk
index 99f0cdf1b8..4420142fbd 100644
--- a/package/hostapd/hostapd.mk
+++ b/package/hostapd/hostapd.mk
@@ -85,11 +85,13 @@ ifeq ($(BR2_PACKAGE_HOSTAPD_WPA3),y)
 HOSTAPD_CONFIG_ENABLE += \
 	CONFIG_DPP \
 	CONFIG_SAE \
+	CONFIG_SAE_PK \
 	CONFIG_OWE
 else
 HOSTAPD_CONFIG_DISABLE += \
 	CONFIG_DPP \
 	CONFIG_SAE \
+	CONFIG_SAE_PK \
 	CONFIG_OWE
 endif
 
-- 
2.17.0




More information about the buildroot mailing list