]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
SAE-PK: Add the option to the defconfigs
authorYegor Yefremov <yegorslists@googlemail.com>
Sun, 3 Apr 2022 06:19:05 +0000 (08:19 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 6 Apr 2022 21:47:31 +0000 (00:47 +0300)
So far, this option was only present in the Makefiles. Document it as
being available for configuration since the WFA program has already been
launched.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
hostapd/defconfig
wpa_supplicant/defconfig

index 611f96ffa90fb871867f2d88bdafdc87ea777c9a..2331ec08899687f0052e4eeac04d99d58f448828 100644 (file)
@@ -164,6 +164,9 @@ CONFIG_IPV6=y
 # Simultaneous Authentication of Equals (SAE), WPA3-Personal
 #CONFIG_SAE=y
 
+# SAE Public Key, WPA3-Personal
+#CONFIG_SAE_PK=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.
index ab3fba3227dd458c40e50e02b54415761d33ae61..1d6b062db4a9068b007ffdb4329b11acbdf6d13f 100644 (file)
@@ -251,6 +251,9 @@ CONFIG_CTRL_IFACE=y
 # Simultaneous Authentication of Equals (SAE), WPA3-Personal
 CONFIG_SAE=y
 
+# SAE Public Key, WPA3-Personal
+#CONFIG_SAE_PK=y
+
 # Disable scan result processing (ap_scan=1) to save code size by about 1 kB.
 # This can be used if ap_scan=1 mode is never enabled.
 #CONFIG_NO_SCAN_PROCESSING=y