]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
VHT: Add VHT elements into (Re)Association Response
authorMahesh Palivela <maheshp@posedge.com>
Fri, 10 Aug 2012 16:51:17 +0000 (19:51 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 10 Aug 2012 16:51:17 +0000 (19:51 +0300)
Signed-hostap: Mahesh Palivela <maheshp@posedge.com>

src/ap/ieee802_11.c

index 8a3da757a640fc0a349df4251096b0cda5bd884c..96b6c193bc3ed8a6a37ddd0060c3d6a1fd00e07f 100644 (file)
@@ -882,6 +882,11 @@ static void send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta,
        p = hostapd_eid_ht_operation(hapd, p);
 #endif /* CONFIG_IEEE80211N */
 
+#ifdef CONFIG_IEEE80211AC
+       p = hostapd_eid_vht_capabilities(hapd, p);
+       p = hostapd_eid_vht_operation(hapd, p);
+#endif /* CONFIG_IEEE80211AC */
+
        p = hostapd_eid_ext_capab(hapd, p);
        p = hostapd_eid_bss_max_idle_period(hapd, p);