diff options
author | Mahesh Palivela <maheshp@posedge.com> | 2012-06-30 13:57:52 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-06-30 13:57:52 +0300 |
commit | 532b16c7a9d29cbf6e62a4120b54f2bf4ef525a2 (patch) | |
tree | 50b490327c5527b6fdc63871352102d9561b7c2e /hostapd | |
parent | efe45d147165368e916670ba83f621df7107c282 (diff) | |
download | external_wpa_supplicant_8_ti-532b16c7a9d29cbf6e62a4120b54f2bf4ef525a2.zip external_wpa_supplicant_8_ti-532b16c7a9d29cbf6e62a4120b54f2bf4ef525a2.tar.gz external_wpa_supplicant_8_ti-532b16c7a9d29cbf6e62a4120b54f2bf4ef525a2.tar.bz2 |
hostapd: Add IEEE 802.11ac VHT IEs into Beacon/Probe Response
IEEE 802.11ac VHT changes to include VHT IEs in Beacon and Probe
Response frames.
Signed-hostap: Mahesh Palivela <maheshp@posedge.com>
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index 5789ee3..b43aa75 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -761,6 +761,10 @@ ifdef CONFIG_IEEE80211N OBJS += ../src/ap/ieee802_11_ht.o endif +ifdef CONFIG_IEEE80211AC +OBJS += ../src/ap/ieee802_11_vht.o +endif + ifdef CONFIG_P2P_MANAGER CFLAGS += -DCONFIG_P2P_MANAGER OBJS += ../src/ap/p2p_hostapd.o |