From: Jouni Malinen Date: Wed, 16 Nov 2016 11:26:23 +0000 (+0200) Subject: Fix libap.a build X-Git-Tag: hostap_2_7~2137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d50f518e95267b808548f1b54d3db6e64d4f47a4;p=thirdparty%2Fhostap.git Fix libap.a build Add the new defines and files to allow src/ap/libap.a to be build with all the needed functions. Signed-off-by: Jouni Malinen --- diff --git a/src/ap/Makefile b/src/ap/Makefile index 3b01e6353..1c65bd655 100644 --- a/src/ap/Makefile +++ b/src/ap/Makefile @@ -12,10 +12,12 @@ CFLAGS += -DHOSTAPD CFLAGS += -DNEED_AP_MLME CFLAGS += -DCONFIG_HS20 CFLAGS += -DCONFIG_INTERWORKING +CFLAGS += -DCONFIG_IEEE80211R CFLAGS += -DCONFIG_IEEE80211R_AP CFLAGS += -DCONFIG_IEEE80211W CFLAGS += -DCONFIG_WPS CFLAGS += -DCONFIG_PROXYARP +CFLAGS += -DCONFIG_IPV6 CFLAGS += -DCONFIG_IAPP LIB_OBJS= \ @@ -43,14 +45,18 @@ LIB_OBJS= \ ieee802_11_shared.o \ ieee802_11_vht.o \ ieee802_1x.o \ + neighbor_db.o \ ndisc_snoop.o \ p2p_hostapd.o \ peerkey_auth.o \ pmksa_cache_auth.o \ preauth_auth.o \ + rrm.o \ sta_info.o \ tkip_countermeasures.o \ utils.o \ + vlan.o \ + vlan_ifconfig.o \ vlan_init.o \ wmm.o \ wnm_ap.o \