hostapd: enable OWE for the basic-{openssl, wolfssl} variants
Opportunistic Wireless Encryption is needed to create/access encrypted networks which don't require authentication. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
parent
237f708b3c
commit
f8c88a8775
@ -102,6 +102,9 @@ ifeq ($(SSL_VARIANT),openssl)
|
|||||||
DRIVER_MAKEOPTS += CONFIG_TLS=openssl CONFIG_SAE=y
|
DRIVER_MAKEOPTS += CONFIG_TLS=openssl CONFIG_SAE=y
|
||||||
TARGET_LDFLAGS += -lcrypto -lssl
|
TARGET_LDFLAGS += -lcrypto -lssl
|
||||||
|
|
||||||
|
ifeq ($(LOCAL_VARIANT),basic)
|
||||||
|
DRIVER_MAKEOPTS += CONFIG_OWE=y
|
||||||
|
endif
|
||||||
ifeq ($(LOCAL_VARIANT),mesh)
|
ifeq ($(LOCAL_VARIANT),mesh)
|
||||||
DRIVER_MAKEOPTS += CONFIG_AP=y CONFIG_MESH=y
|
DRIVER_MAKEOPTS += CONFIG_AP=y CONFIG_MESH=y
|
||||||
endif
|
endif
|
||||||
@ -114,6 +117,9 @@ ifeq ($(SSL_VARIANT),wolfssl)
|
|||||||
DRIVER_MAKEOPTS += CONFIG_TLS=wolfssl CONFIG_SAE=y
|
DRIVER_MAKEOPTS += CONFIG_TLS=wolfssl CONFIG_SAE=y
|
||||||
TARGET_LDFLAGS += -lwolfssl
|
TARGET_LDFLAGS += -lwolfssl
|
||||||
|
|
||||||
|
ifeq ($(LOCAL_VARIANT),basic)
|
||||||
|
DRIVER_MAKEOPTS += CONFIG_OWE=y
|
||||||
|
endif
|
||||||
ifeq ($(LOCAL_VARIANT),mesh)
|
ifeq ($(LOCAL_VARIANT),mesh)
|
||||||
DRIVER_MAKEOPTS += CONFIG_AP=y CONFIG_MESH=y CONFIG_WPS_NFC=1
|
DRIVER_MAKEOPTS += CONFIG_AP=y CONFIG_MESH=y CONFIG_WPS_NFC=1
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user