|
@@ -491,6 +491,11 @@ static u8 * hostapd_gen_probe_resp(struct hostapd_data *hapd,
|
|
pos = hostapd_eid_txpower_envelope(hapd, pos);
|
|
pos = hostapd_eid_txpower_envelope(hapd, pos);
|
|
pos = hostapd_eid_wb_chsw_wrapper(hapd, pos);
|
|
pos = hostapd_eid_wb_chsw_wrapper(hapd, pos);
|
|
}
|
|
}
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+ pos = hostapd_eid_fils_indic(hapd, pos, 0);
|
|
|
|
+
|
|
|
|
+#ifdef CONFIG_IEEE80211AC
|
|
if (hapd->conf->vendor_vht)
|
|
if (hapd->conf->vendor_vht)
|
|
pos = hostapd_eid_vendor_vht(hapd, pos);
|
|
pos = hostapd_eid_vendor_vht(hapd, pos);
|
|
#endif
|
|
#endif
|
|
@@ -1155,6 +1160,11 @@ int ieee802_11_build_ap_params(struct hostapd_data *hapd,
|
|
tailpos = hostapd_eid_txpower_envelope(hapd, tailpos);
|
|
tailpos = hostapd_eid_txpower_envelope(hapd, tailpos);
|
|
tailpos = hostapd_eid_wb_chsw_wrapper(hapd, tailpos);
|
|
tailpos = hostapd_eid_wb_chsw_wrapper(hapd, tailpos);
|
|
}
|
|
}
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+ tailpos = hostapd_eid_fils_indic(hapd, tailpos, 0);
|
|
|
|
+
|
|
|
|
+#ifdef CONFIG_IEEE80211AC
|
|
if (hapd->conf->vendor_vht)
|
|
if (hapd->conf->vendor_vht)
|
|
tailpos = hostapd_eid_vendor_vht(hapd, tailpos);
|
|
tailpos = hostapd_eid_vendor_vht(hapd, tailpos);
|
|
#endif
|
|
#endif
|