WNM: Enable CONFIG_WNM in Android.mk
Signed-hostap: Vinayak Kamath <vkamat@codeaurora.org>
This commit is contained in:
parent
65bcd0a92d
commit
e2396a684e
1 changed files with 4 additions and 1 deletions
|
@ -198,7 +198,7 @@ NEED_DH_GROUPS=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_WNM
|
ifdef CONFIG_WNM
|
||||||
CFLAGS += -DCONFIG_WNM
|
L_CFLAGS += -DCONFIG_WNM
|
||||||
OBJS += wnm_sta.c
|
OBJS += wnm_sta.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -739,6 +739,9 @@ endif
|
||||||
ifdef CONFIG_CTRL_IFACE
|
ifdef CONFIG_CTRL_IFACE
|
||||||
OBJS += src/ap/ctrl_iface_ap.c
|
OBJS += src/ap/ctrl_iface_ap.c
|
||||||
endif
|
endif
|
||||||
|
ifdef CONFIG_WNM
|
||||||
|
OBJS += src/ap/wnm_ap.c
|
||||||
|
endif
|
||||||
|
|
||||||
L_CFLAGS += -DEAP_SERVER -DEAP_SERVER_IDENTITY
|
L_CFLAGS += -DEAP_SERVER -DEAP_SERVER_IDENTITY
|
||||||
OBJS += src/eap_server/eap_server.c
|
OBJS += src/eap_server/eap_server.c
|
||||||
|
|
Loading…
Reference in a new issue