]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
hostapd: Add the missing CONFIG_SAE option to the defconfig
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 30 Mar 2022 08:11:16 +0000 (10:11 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 2 Apr 2022 14:52:50 +0000 (17:52 +0300)
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

index 6b50b6c59b462734831339220c2326a72c877b68..611f96ffa90fb871867f2d88bdafdc87ea777c9a 100644 (file)
@@ -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.