summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitor Soares <vitor.soares@toradex.com>2025-06-05 09:43:23 +0100
committerKhem Raj <raj.khem@gmail.com>2025-06-05 08:11:28 -0700
commit50baa98621216cd6a83c233daab4eeb290754c03 (patch)
tree63ae13a0b11ad09fd08c2a6a569b5d782d00b854
parente3e109465e2a90a8535c4db8bedf702620edac92 (diff)
downloadmeta-openembedded-50baa98621216cd6a83c233daab4eeb290754c03.tar.gz
hostapd: enable SAE support
Enable Simultaneous Authentication of Equals (SAE) in defconfig to support WPA3-Personal authentication method. Required for modern wireless security standards. This is build-time only change with no runtime impact - SAE requires explicit configuration to activate. Existing WPA2 setups remain unaffected. Signed-off-by: Vitor Soares <vitor.soares@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/hostapd/hostapd/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig b/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
index a62bec4034..7f8e0b9eaa 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
@@ -142,6 +142,9 @@ CONFIG_IEEE80211N=y
142# IEEE 802.11ac (Very High Throughput) support 142# IEEE 802.11ac (Very High Throughput) support
143CONFIG_IEEE80211AC=y 143CONFIG_IEEE80211AC=y
144 144
145# Simultaneous Authentication of Equals (SAE), WPA3-Personal
146CONFIG_SAE=y
147
145# Remove debugging code that is printing out debug messages to stdout. 148# Remove debugging code that is printing out debug messages to stdout.
146# This can be used to reduce the size of the hostapd considerably if debugging 149# This can be used to reduce the size of the hostapd considerably if debugging
147# code is not needed. 150# code is not needed.