package/wpa_supplicant: 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
3ecac95be4
commit
9f47a9480b
@ -112,11 +112,13 @@ ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_WPA3),y)
|
||||
WPA_SUPPLICANT_CONFIG_ENABLE += \
|
||||
CONFIG_DPP \
|
||||
CONFIG_SAE \
|
||||
CONFIG_SAE_PK \
|
||||
CONFIG_OWE
|
||||
else
|
||||
WPA_SUPPLICANT_CONFIG_DISABLE += \
|
||||
CONFIG_DPP \
|
||||
CONFIG_SAE \
|
||||
CONFIG_SAE_PK \
|
||||
CONFIG_OWE
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user