You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/tests/build/build-wpa_supplicant-libres...

28 lines
482 B
Plaintext

CONFIG_TLS=openssl
LIBRESSLDIR=/usr/local/libressl/2.8.3
CFLAGS += -I$(LIBRESSLDIR)/include
LIBS += -L$(LIBRESSLDIR)/lib
LIBS_p += -L$(LIBRESSLDIR)/lib
LDFLAGS += -Wl,-rpath=$(LIBRESSLDIR)/lib
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
CFLAGS += -Werror