diff options
author | Jouni Malinen <j@w1.fi> | 2013-11-17 19:16:29 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2013-11-17 19:40:17 (GMT) |
commit | d33fef57a4d255e7caa772a61210b9d89a74ea5f (patch) | |
tree | ec42a46422f6d0d8b21d759f63713835489cfed8 /wlantest/Makefile | |
parent | c99a721e5b803bc6710aac0583121ef80df38d1a (diff) | |
download | hostap-d33fef57a4d255e7caa772a61210b9d89a74ea5f.zip hostap-d33fef57a4d255e7caa772a61210b9d89a74ea5f.tar.gz hostap-d33fef57a4d255e7caa772a61210b9d89a74ea5f.tar.bz2 |
wlantest: Add support for log output into a file
This allows wlantest debug log output to be directed to a file so that
RELOG command can be used to rotate files more easily than stdout.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wlantest/Makefile')
-rw-r--r-- | wlantest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wlantest/Makefile b/wlantest/Makefile index 6594b34..a08fd54 100644 --- a/wlantest/Makefile +++ b/wlantest/Makefile @@ -42,6 +42,7 @@ OBJS_lib += ../src/crypto/libcrypto.a CFLAGS += -DCONFIG_PEERKEY CFLAGS += -DCONFIG_IEEE80211W CFLAGS += -DCONFIG_IEEE80211R +CFLAGS += -DCONFIG_DEBUG_FILE OBJS += ../src/common/ieee802_11_common.o OBJS += ../src/common/wpa_common.o |