Searched defs:ieee80211_bss (Results 1 – 2 of 2) sorted by relevance
93 struct ieee80211_bss { struct94 u32 device_ts_beacon, device_ts_presp;96 bool wmm_used;97 bool uapsd_supported;100 u8 supp_rates[IEEE80211_MAX_SUPP_RATES];101 size_t supp_rates_len;102 struct ieee80211_rate *beacon_rate;104 u32 vht_cap_info;128 * @corrupt_data field of &struct ieee80211_bss. argument
2947 ieee80211_bss(struct wiphy *wiphy, struct iw_request_info *info, in ieee80211_bss() function