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>
This commit is contained in:
parent
c99a721e5b
commit
d33fef57a4
3 changed files with 15 additions and 2 deletions
|
@ -11,6 +11,7 @@ include ../lib.rules
|
|||
|
||||
#CFLAGS += -DWPA_TRACE
|
||||
CFLAGS += -DCONFIG_IPV6
|
||||
CFLAGS += -DCONFIG_DEBUG_FILE
|
||||
|
||||
LIB_OBJS= \
|
||||
base64.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue