Lines Matching defs:band
195 if (sband && sband->band == NL80211_BAND_2GHZ) {
385 ieee80211_add_srates_ie(sdata, skb, false, sband->band);
386 ieee80211_add_ext_srates_ie(sdata, skb, false, sband->band);
449 * single HT-cap, so use the current band for now.
567 if (sband->band == NL80211_BAND_6GHZ) {
693 /* only include VHT-operation if not on the 2.4GHz band */
694 if (sband->band != NL80211_BAND_2GHZ &&
1362 sband = local->hw.wiphy->bands[conf->def.chan->band];
1892 enum nl80211_band band;
1912 * We can't easily infer the channel band. The operating class is
1924 band = NL80211_BAND_5GHZ;
1926 band = target_channel < 14 ? NL80211_BAND_2GHZ :
1929 freq = ieee80211_channel_to_frequency(target_channel, band);