Android: Fix hostapd build

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2011-11-15 18:34:09 +02:00 committed by Jouni Malinen
parent d0b251d2e8
commit dd17f3ec4f

View file

@ -73,6 +73,8 @@ OBJS += src/ap/ap_mlme.c
OBJS += src/ap/wpa_auth_ie.c OBJS += src/ap/wpa_auth_ie.c
OBJS += src/ap/preauth_auth.c OBJS += src/ap/preauth_auth.c
OBJS += src/ap/pmksa_cache_auth.c OBJS += src/ap/pmksa_cache_auth.c
OBJS += src/ap/ieee802_11_shared.c
OBJS += src/ap/beacon.c
OBJS_d = OBJS_d =
OBJS_p = OBJS_p =
LIBS = LIBS =
@ -750,7 +752,6 @@ OBJS += src/utils/base64.c
endif endif
ifdef NEED_AP_MLME ifdef NEED_AP_MLME
OBJS += src/ap/beacon.c
OBJS += src/ap/wmm.c OBJS += src/ap/wmm.c
OBJS += src/ap/ap_list.c OBJS += src/ap/ap_list.c
OBJS += src/ap/ieee802_11.c OBJS += src/ap/ieee802_11.c