diff mbox series

hostapd: add the missing CONFIG_SAE option to the defconfig

Message ID 20220330081116.9096-1-yegorslists@googlemail.com
State Accepted
Headers show
Series hostapd: add the missing CONFIG_SAE option to the defconfig | expand

Commit Message

Yegor Yefremov March 30, 2022, 8:11 a.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

CONFIG_SAE was added to wpa_supplicant's defconfig but wasn't
added to the hostapd's defconfig file.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 hostapd/defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Jouni Malinen April 2, 2022, 2:53 p.m. UTC | #1
On Wed, Mar 30, 2022 at 10:11:16AM +0200, yegorslists@googlemail.com wrote:
> CONFIG_SAE was added to wpa_supplicant's defconfig but wasn't
> added to the hostapd's defconfig file.

Thanks, applied.
diff mbox series

Patch

diff --git a/hostapd/defconfig b/hostapd/defconfig
index 6b50b6c59..611f96ffa 100644
--- a/hostapd/defconfig
+++ b/hostapd/defconfig
@@ -161,6 +161,9 @@  CONFIG_IPV6=y
 # final IEEE 802.11ax version.
 #CONFIG_IEEE80211AX=y
 
+# Simultaneous Authentication of Equals (SAE), WPA3-Personal
+#CONFIG_SAE=y
+
 # Remove debugging code that is printing out debug messages to stdout.
 # This can be used to reduce the size of the hostapd considerably if debugging
 # code is not needed.