From 4675ba1d67a658b27361763287323423d0c5dfda Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 5 Sep 2017 18:59:41 +0300 Subject: [PATCH] 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 --- wlantest/Makefile | 1 + 1 file changed, 1 insertion(+) 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