Lines Matching defs:sband
53 struct ieee80211_supported_band *sband = ieee80211_get_sband(sdata);
54 bool vht = sband && sband->vht_cap.vht_supported;
186 struct ieee80211_supported_band *sband;
192 sband = ieee80211_get_sband(sdata);
193 if (sband && sband->band == NL80211_BAND_2GHZ) {
366 struct ieee80211_supported_band *sband;
374 sband = ieee80211_get_sband(sdata);
375 if (!sband)
378 ieee80211_add_srates_ie(sdata, skb, false, sband->band);
379 ieee80211_add_ext_srates_ie(sdata, skb, false, sband->band);
448 memcpy(&ht_cap, &sband->ht_cap, sizeof(ht_cap));
500 memcpy(&vht_cap, &sband->vht_cap, sizeof(vht_cap));
551 struct ieee80211_supported_band *sband;
554 sband = ieee80211_get_sband(sdata);
555 if (!sband)
620 if (sband->band != NL80211_BAND_2GHZ &&
1254 struct ieee80211_supported_band *sband;
1261 sband = local->hw.wiphy->bands[conf->def.chan->band];
1274 rate_control_rate_update(local, sband, sta,