Lines Matching refs:sband
41 struct ieee80211_supported_band *sband = in mwifiex_fill_cap_info() local
44 if (WARN_ON_ONCE(!sband)) { in mwifiex_fill_cap_info()
50 (sband->ht_cap.ampdu_factor & in mwifiex_fill_cap_info()
52 ((sband->ht_cap.ampdu_density << in mwifiex_fill_cap_info()
56 memcpy((u8 *)&ht_cap->mcs, &sband->ht_cap.mcs, in mwifiex_fill_cap_info()
57 sizeof(sband->ht_cap.mcs)); in mwifiex_fill_cap_info()
60 (sband->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40 && in mwifiex_fill_cap_info()
69 ht_cap->cap_info = cpu_to_le16(sband->ht_cap.cap); in mwifiex_fill_cap_info()
309 struct ieee80211_supported_band *sband; in mwifiex_cmd_append_11n_tlv() local
317 sband = priv->wdev->wiphy->bands[radio_type]; in mwifiex_cmd_append_11n_tlv()
351 if (!(sband->ht_cap.cap & in mwifiex_cmd_append_11n_tlv()
374 if (sband->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40 && in mwifiex_cmd_append_11n_tlv()