]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
wlantest: Build helper files with FILS support included
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 5 Sep 2017 15:59:41 +0000 (18:59 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 5 Sep 2017 15:59:41 +0000 (18:59 +0300)
wlantest needs this for being able to decrypt FILS (Re)Association
Request/Response frames.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wlantest/Makefile

index 746617598d07d5fa4a73e72cad01af18183f4c41..7104f4f583d3aed30286ff4c6702d369ea57133d 100644 (file)
@@ -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