package/hostapd: enable SAE-PK option for WPA3
This enables a new security feature "SAE Public Key". Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
9f47a9480b
commit
c2a2f81e01
@ -85,11 +85,13 @@ ifeq ($(BR2_PACKAGE_HOSTAPD_WPA3),y)
|
||||
HOSTAPD_CONFIG_ENABLE += \
|
||||
CONFIG_DPP \
|
||||
CONFIG_SAE \
|
||||
CONFIG_SAE_PK \
|
||||
CONFIG_OWE
|
||||
else
|
||||
HOSTAPD_CONFIG_DISABLE += \
|
||||
CONFIG_DPP \
|
||||
CONFIG_SAE \
|
||||
CONFIG_SAE_PK \
|
||||
CONFIG_OWE
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user