1193653SrwatsonCFLAGS += -DHOSTAPD
2193653SrwatsonCFLAGS += -DNEED_AP_MLME
3193653SrwatsonCFLAGS += -DCONFIG_ETH_P_OUI
4193653SrwatsonCFLAGS += -DCONFIG_HS20
5193653SrwatsonCFLAGS += -DCONFIG_INTERWORKING
6193653SrwatsonCFLAGS += -DCONFIG_IEEE80211R
7193653SrwatsonCFLAGS += -DCONFIG_IEEE80211R_AP
8193653SrwatsonCFLAGS += -DCONFIG_WPS
9193653SrwatsonCFLAGS += -DCONFIG_PROXYARP
10193653SrwatsonCFLAGS += -DCONFIG_IPV6
11193653SrwatsonCFLAGS += -DCONFIG_AIRTIME_POLICY
12193653Srwatson
13193653SrwatsonLIB_OBJS= \
14193653Srwatson	accounting.o \
15193653Srwatson	ap_config.o \
16193653Srwatson	ap_drv_ops.o \
17193653Srwatson	ap_list.o \
18193653Srwatson	ap_mlme.o \
19193653Srwatson	airtime_policy.o \
20193653Srwatson	authsrv.o \
21193653Srwatson	beacon.o \
22193653Srwatson	bss_load.o \
23193653Srwatson	ctrl_iface_ap.o \
24193653Srwatson	dfs.o \
25193653Srwatson	dhcp_snoop.o \
26193653Srwatson	drv_callbacks.o \
27193653Srwatson	eap_user_db.o \
28193653Srwatson	eth_p_oui.o \
29193653Srwatson	gas_serv.o \
30282781Shiren	hostapd.o \
31193653Srwatson	hs20.o \
32193653Srwatson	hw_features.o \
33193653Srwatson	ieee802_11_auth.o \
34193653Srwatson	ieee802_11.o \
35193653Srwatson	ieee802_11_ht.o \
36193653Srwatson	ieee802_11_shared.o \
37193653Srwatson	ieee802_11_vht.o \
38193653Srwatson	ieee802_1x.o \
39193653Srwatson	neighbor_db.o \
40193653Srwatson	ndisc_snoop.o \
41193653Srwatson	p2p_hostapd.o \
42193653Srwatson	pmksa_cache_auth.o \
43193653Srwatson	preauth_auth.o \
44193653Srwatson	rrm.o \
45193653Srwatson	sta_info.o \
46193653Srwatson	tkip_countermeasures.o \
47193653Srwatson	utils.o \
48193653Srwatson	vlan.o \
49193653Srwatson	vlan_ifconfig.o \
50193653Srwatson	vlan_init.o \
51193653Srwatson	wmm.o \
52193653Srwatson	wnm_ap.o \
53231564Sed	wpa_auth.o \
54194185Sbz	wpa_auth_ft.o \
55193653Srwatson	wpa_auth_glue.o \
56193653Srwatson	wpa_auth_ie.o \
57193653Srwatson	wps_hostapd.o \
58193653Srwatson	x_snoop.o
59193653Srwatson
60193653Srwatsoninclude ../lib.rules
61193653Srwatson