hostap/tests/build/build-wpa_supplicant-openssl-1.1.1.config
Jouni Malinen 7d2ed8bae8 Remove CONFIG_IEEE80211W build parameter
Hardcode this to be defined and remove the separate build options for
PMF since this functionality is needed with large number of newer
protocol extensions and is also something that should be enabled in all
WPA2/WPA3 networks.

Signed-off-by: Jouni Malinen <j@w1.fi>
2019-09-08 17:33:40 +03:00

30 lines
502 B
Plaintext

CONFIG_TLS=openssl
OPENSSLDIR=/usr/local/openssl/1.1.1a
CFLAGS += -I$(OPENSSLDIR)/include
LIBS += -L$(OPENSSLDIR)/lib
LDFLAGS += -Wl,-rpath=$(OPENSSLDIR)/lib
CONFIG_TLS_ADD_DL=y
CONFIG_WPS=y
CONFIG_EAP_TLS=y
CONFIG_EAP_MSCHAPV2=y
CONFIG_EAP_PSK=y
CONFIG_EAP_GPSK=y
CONFIG_EAP_AKA=y
CONFIG_EAP_SIM=y
CONFIG_EAP_SAKE=y
CONFIG_EAP_PAX=y
CONFIG_EAP_FAST=y
CONFIG_EAP_IKEV2=y
CONFIG_SAE=y
CONFIG_FILS=y
CONFIG_FILS_SK_PFS=y
CONFIG_OWE=y
CONFIG_DPP=y
CONFIG_SUITEB=y
CONFIG_SUITEB192=y
CFLAGS += -Werror