All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] hostapd: enable SAE support
@ 2025-06-05  8:43 Vitor Soares
  0 siblings, 0 replies; only message in thread
From: Vitor Soares @ 2025-06-05  8:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Vitor Soares, raj.khem, ivitro

From: Vitor Soares <vitor.soares@toradex.com>

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>
---
 meta-oe/recipes-connectivity/hostapd/hostapd/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig b/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
index a62bec4034a1..7f8e0b9eaafa 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
@@ -142,6 +142,9 @@ CONFIG_IEEE80211N=y
 # IEEE 802.11ac (Very High Throughput) support
 CONFIG_IEEE80211AC=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.
-- 
2.34.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-06-05 10:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-05  8:43 [meta-oe][PATCH] hostapd: enable SAE support Vitor Soares

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.