[Buildroot] [git commit] package/hostapd: enable SAE-PK option for WPA3

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sun Apr 10 14:48:37 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=c2a2f81e01e0a877c038a642eba6a9c8e7c88c15
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 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
 



More information about the buildroot mailing list