Lines Matching defs:band
193 if (sband && sband->band == NL80211_BAND_2GHZ) {
378 ieee80211_add_srates_ie(sdata, skb, false, sband->band);
379 ieee80211_add_ext_srates_ie(sdata, skb, false, sband->band);
446 * single HT-cap, so use the current band for now.
619 /* only include VHT-operation if not on the 2.4GHz band */
620 if (sband->band != NL80211_BAND_2GHZ &&
1261 sband = local->hw.wiphy->bands[conf->def.chan->band];
1782 enum nl80211_band band;
1802 * We can't easily infer the channel band. The operating class is
1814 band = NL80211_BAND_5GHZ;
1816 band = target_channel < 14 ? NL80211_BAND_2GHZ :
1819 freq = ieee80211_channel_to_frequency(target_channel, band);