From: Jouni Malinen Date: Tue, 5 Sep 2017 15:59:41 +0000 (+0300) Subject: wlantest: Build helper files with FILS support included X-Git-Tag: hostap_2_7~1142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4675ba1d67a658b27361763287323423d0c5dfda;p=thirdparty%2Fhostap.git wlantest: Build helper files with FILS support included wlantest needs this for being able to decrypt FILS (Re)Association Request/Response frames. Signed-off-by: Jouni Malinen --- diff --git a/wlantest/Makefile b/wlantest/Makefile index 746617598..7104f4f58 100644 --- a/wlantest/Makefile +++ b/wlantest/Makefile @@ -50,6 +50,7 @@ CFLAGS += -DCONFIG_IEEE80211W CFLAGS += -DCONFIG_IEEE80211R CFLAGS += -DCONFIG_HS20 CFLAGS += -DCONFIG_DEBUG_FILE +CFLAGS += -DCONFIG_FILS OBJS += ../src/common/ieee802_11_common.o OBJS += ../src/common/wpa_common.o