]> git.ipfire.org Git - thirdparty/hostap.git/blob - tests/build/build-wpa_supplicant-libressl-2.8.config
tests: Fix DPP capability checking to avoid failures in non-DPP build
[thirdparty/hostap.git] / tests / build / build-wpa_supplicant-libressl-2.8.config
1 CONFIG_TLS=openssl
2 LIBRESSLDIR=/usr/local/libressl/2.8.3
3 CFLAGS += -I$(LIBRESSLDIR)/include
4 LIBS += -L$(LIBRESSLDIR)/lib
5 LIBS_p += -L$(LIBRESSLDIR)/lib
6 LDFLAGS += -Wl,-rpath=$(LIBRESSLDIR)/lib
7
8 CONFIG_WPS=y
9 CONFIG_EAP_TLS=y
10 CONFIG_EAP_MSCHAPV2=y
11
12 CONFIG_EAP_PSK=y
13 CONFIG_EAP_GPSK=y
14 CONFIG_EAP_AKA=y
15 CONFIG_EAP_SIM=y
16 CONFIG_EAP_SAKE=y
17 CONFIG_EAP_PAX=y
18 CONFIG_EAP_FAST=y
19 CONFIG_EAP_IKEV2=y
20
21 CONFIG_SAE=y
22 CONFIG_FILS=y
23 CONFIG_FILS_SK_PFS=y
24 CONFIG_OWE=y
25 CONFIG_DPP=y
26
27 CFLAGS += -Werror