diff mbox series

SAE-PK: add the option to the defconfigs

Message ID 20220403061905.12659-1-yegorslists@googlemail.com
State Accepted
Headers show
Series SAE-PK: add the option to the defconfigs | expand

Commit Message

Yegor Yefremov April 3, 2022, 6:19 a.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

So far, this option was only present in the Makefiles. So
make it available for configuration.

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

Comments

Jouni Malinen April 6, 2022, 10:15 p.m. UTC | #1
On Sun, Apr 03, 2022 at 08:19:05AM +0200, yegorslists@googlemail.com wrote:
> So far, this option was only present in the Makefiles. So
> make it available for configuration.

Thanks, applied.
diff mbox series

Patch

diff --git a/hostapd/defconfig b/hostapd/defconfig
index 611f96ffa..2331ec088 100644
--- a/hostapd/defconfig
+++ b/hostapd/defconfig
@@ -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.
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
index a4719dbb5..cb592163a 100644
--- a/wpa_supplicant/defconfig
+++ b/wpa_supplicant/defconfig
@@ -248,6 +248,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