]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix libap.a build
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 16 Nov 2016 11:26:23 +0000 (13:26 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 16 Nov 2016 11:26:23 +0000 (13:26 +0200)
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 <jouni@qca.qualcomm.com>
src/ap/Makefile

index 3b01e63531d4a21edb89ae0754349eaa4bd80176..1c65bd655072f3e9a298b1df60968dd30ef8e494 100644 (file)
@@ -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 \