Add support for building IEEE 802.11n support into wpa_supplicant AP
This commit is contained in:
parent
95272a888c
commit
803a811b73
1 changed files with 7 additions and 0 deletions
|
@ -589,12 +589,19 @@ OBJS += ../src/eap_server/eap.o
|
|||
OBJS += ../src/eap_server/eap_identity.o
|
||||
OBJS += ../src/eap_server/eap_methods.o
|
||||
|
||||
ifdef CONFIG_IEEE80211N
|
||||
CFLAGS += -DCONFIG_IEEE80211N
|
||||
endif
|
||||
|
||||
ifdef NEED_AP_MLME
|
||||
OBJS += ../hostapd/beacon.o
|
||||
OBJS += ../hostapd/wme.o
|
||||
OBJS += ../hostapd/ap_list.o
|
||||
OBJS += ../hostapd/ieee802_11.o
|
||||
OBJS += ../hostapd/hw_features.o
|
||||
ifdef CONFIG_IEEE80211N
|
||||
OBJS += ../hostapd/ieee802_11_ht.o
|
||||
endif
|
||||
CFLAGS += -DNEED_AP_MLME
|
||||
endif
|
||||
ifdef CONFIG_WPS
|
||||
|
|
Loading…
Reference in a new issue