mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
Android: Fix hostapd_cli build
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
dd17f3ec4f
commit
e4b8ac129b
@ -782,9 +782,15 @@ L_CFLAGS += -DCONFIG_ANDROID_LOG
|
||||
endif
|
||||
|
||||
OBJS_c = hostapd_cli.c src/common/wpa_ctrl.c src/utils/os_$(CONFIG_OS).c
|
||||
OBJS_c += src/utils/eloop.c
|
||||
ifdef CONFIG_WPA_TRACE
|
||||
OBJS_c += src/utils/trace.c
|
||||
endif
|
||||
OBJS_c += src/utils/wpa_debug.c
|
||||
ifdef CONFIG_WPA_CLI_EDIT
|
||||
OBJS_c += src/utils/edit.c
|
||||
else
|
||||
OBJS_c += src/utils/edit_simple.c
|
||||
endif
|
||||
|
||||
ifeq ($(WPA_BUILD_HOSTAPD),true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user