mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 15:04:55 +00:00
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>
This commit is contained in:
parent
e3e109465e
commit
50baa98621
@ -142,6 +142,9 @@ CONFIG_IEEE80211N=y
|
|||||||
# IEEE 802.11ac (Very High Throughput) support
|
# IEEE 802.11ac (Very High Throughput) support
|
||||||
CONFIG_IEEE80211AC=y
|
CONFIG_IEEE80211AC=y
|
||||||
|
|
||||||
|
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
||||||
|
CONFIG_SAE=y
|
||||||
|
|
||||||
# Remove debugging code that is printing out debug messages to stdout.
|
# 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
|
# This can be used to reduce the size of the hostapd considerably if debugging
|
||||||
# code is not needed.
|
# code is not needed.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user