diff options
| author | Vitor Soares <vitor.soares@toradex.com> | 2025-06-05 09:43:23 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-05 08:11:28 -0700 |
| commit | 50baa98621216cd6a83c233daab4eeb290754c03 (patch) | |
| tree | 63ae13a0b11ad09fd08c2a6a569b5d782d00b854 | |
| parent | e3e109465e2a90a8535c4db8bedf702620edac92 (diff) | |
| download | meta-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/defconfig | 3 |
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 |
| 143 | CONFIG_IEEE80211AC=y | 143 | CONFIG_IEEE80211AC=y |
| 144 | 144 | ||
| 145 | # Simultaneous Authentication of Equals (SAE), WPA3-Personal | ||
| 146 | CONFIG_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. |
