mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
WNM: Enable CONFIG_WNM in Android.mk
Signed-hostap: Vinayak Kamath <vkamat@codeaurora.org>
This commit is contained in:
parent
65bcd0a92d
commit
e2396a684e
@ -198,7 +198,7 @@ NEED_DH_GROUPS=y
|
||||
endif
|
||||
|
||||
ifdef CONFIG_WNM
|
||||
CFLAGS += -DCONFIG_WNM
|
||||
L_CFLAGS += -DCONFIG_WNM
|
||||
OBJS += wnm_sta.c
|
||||
endif
|
||||
|
||||
@ -739,6 +739,9 @@ endif
|
||||
ifdef CONFIG_CTRL_IFACE
|
||||
OBJS += src/ap/ctrl_iface_ap.c
|
||||
endif
|
||||
ifdef CONFIG_WNM
|
||||
OBJS += src/ap/wnm_ap.c
|
||||
endif
|
||||
|
||||
L_CFLAGS += -DEAP_SERVER -DEAP_SERVER_IDENTITY
|
||||
OBJS += src/eap_server/eap_server.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user