Lines Matching refs:band

82  * @IEEE80211_CHAN_NO_80MHZ: If the driver supports 80 MHz on the band,
87 * @IEEE80211_CHAN_NO_160MHZ: If the driver supports 160 MHz on the band,
151 * @band: band this channel belongs to.
157 * to enable this, this is useful only on 5 GHz band.
166 enum nl80211_band band;
190 * preamble on this bitrate; only relevant in 2.4GHz band and
193 * when used with 802.11a (on the 5 GHz band); filled by the
196 * when used with 802.11b (on the 2.4 GHz band); filled by the
199 * when used with 802.11g (on the 2.4 GHz band); filled by the
383 * 6 GHz band channel (and 0 may be valid value).
462 * struct ieee80211_supported_band - frequency band definition
464 * This structure describes a frequency band a wiphy
468 * in this band.
469 * @band: the band this structure represents
472 * in this band. Must be sorted to give a valid "supported
475 * @ht_cap: HT capabilities in this band
476 * @vht_cap: VHT capabilities in this band
477 * @s1g_cap: S1G capabilities in this band
478 * @edmg_cap: EDMG capabilities in this band
479 * @s1g_cap: S1G capabilities in this band (S1B band only, of course)
489 enum nl80211_band band;
1277 * Not all station parameters have in-band "no change" signalling,
2149 * @rates: bitmap of rates to advertise for each band
2155 * @no_cck: used to send probe requests at non CCK rate in 2GHz band
2218 * @per_band_rssi_thold: Minimum rssi threshold for each band to be applied
2220 * of band specific rssi based filtering through the feature capability
2221 * %NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD. These band
2223 * If not specified for any band, it will be assigned with rssi_thold of
2250 * @band: band of BSS which should match for RSSI level adjustment.
2254 enum nl80211_band band;
2303 * to the specified band while deciding whether a better BSS is reported
2305 * belong to the specified band will be penalized by delta dB in relative
2662 * @mcast_rate: per-band multicast rate index + 1 (0: disabled)
2695 * @band_pref: preferred band for %NL80211_BSS_SELECT_ATTR_BAND_PREF.
5383 * Only allowed for band NL80211_BAND_S1GHZ
5393 * @band: band, necessary due to channel number overlap
5396 u32 ieee80211_channel_to_freq_khz(int chan, enum nl80211_band band);
5401 * @band: band, necessary due to channel number overlap
5405 ieee80211_channel_to_frequency(int chan, enum nl80211_band band)
5407 return KHZ_TO_MHZ(ieee80211_channel_to_freq_khz(chan, band));
5460 if (chan->band != NL80211_BAND_6GHZ)
5469 * @sband: the band to look for rates in
5476 * rates in the band's bitrate table.
5483 * ieee80211_mandatory_rates - get mandatory rates for a given band
5484 * @sband: the band to look for rates in
5488 * band, bits are set according to the rate position in the bitrates array.
5972 * have a regulatory rule for a frequency range in the center_freq's band.
5973 * See freq_in_rule_band() for our current definition of a band -- this is
7533 * ieee80211_operating_class_to_band - convert operating class to band
7536 * @band: band pointer to fill
7541 enum nl80211_band *band);