Lines Matching defs:band

85  * @IEEE80211_CHAN_NO_80MHZ: If the driver supports 80 MHz on the band,
90 * @IEEE80211_CHAN_NO_160MHZ: If the driver supports 160 MHz on the band,
112 * @IEEE80211_CHAN_NO_320MHZ: If the driver supports 320 MHz on the band,
161 * @band: band this channel belongs to.
167 * to enable this, this is useful only on 5 GHz band.
176 enum nl80211_band band;
200 * preamble on this bitrate; only relevant in 2.4GHz band and
203 * when used with 802.11a (on the 5 GHz band); filled by the
206 * when used with 802.11b (on the 2.4 GHz band); filled by the
209 * when used with 802.11g (on the 2.4 GHz band); filled by the
423 * 6 GHz band channel (and 0 may be valid value).
511 * struct ieee80211_supported_band - frequency band definition
513 * This structure describes a frequency band a wiphy
517 * in this band.
518 * @band: the band this structure represents
521 * in this band. Must be sorted to give a valid "supported
524 * @ht_cap: HT capabilities in this band
525 * @vht_cap: VHT capabilities in this band
526 * @s1g_cap: S1G capabilities in this band
527 * @edmg_cap: EDMG capabilities in this band
528 * @s1g_cap: S1G capabilities in this band (S1B band only, of course)
538 enum nl80211_band band;
1486 * Not all station parameters have in-band "no change" signalling,
2499 * @rates: bitmap of rates to advertise for each band
2505 * @no_cck: used to send probe requests at non CCK rate in 2GHz band
2568 * @per_band_rssi_thold: Minimum rssi threshold for each band to be applied
2570 * of band specific rssi based filtering through the feature capability
2571 * %NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD. These band
2573 * If not specified for any band, it will be assigned with rssi_thold of
2600 * @band: band of BSS which should match for RSSI level adjustment.
2604 enum nl80211_band band;
2653 * to the specified band while deciding whether a better BSS is reported
2655 * belong to the specified band will be penalized by delta dB in relative
3058 * @mcast_rate: per-band multicast rate index + 1 (0: disabled)
3091 * @band_pref: preferred band for %NL80211_BSS_SELECT_ATTR_BAND_PREF.
6179 * Only allowed for band NL80211_BAND_S1GHZ
6189 * @band: band, necessary due to channel number overlap
6192 u32 ieee80211_channel_to_freq_khz(int chan, enum nl80211_band band);
6197 * @band: band, necessary due to channel number overlap
6201 ieee80211_channel_to_frequency(int chan, enum nl80211_band band)
6203 return KHZ_TO_MHZ(ieee80211_channel_to_freq_khz(chan, band));
6256 if (chan->band != NL80211_BAND_6GHZ)
6265 * @sband: the band to look for rates in
6272 * rates in the band's bitrate table.
6279 * ieee80211_mandatory_rates - get mandatory rates for a given band
6280 * @sband: the band to look for rates in
6284 * band, bits are set according to the rate position in the bitrates array.
6832 * have a regulatory rule for a frequency range in the center_freq's band.
6833 * See freq_in_rule_band() for our current definition of a band -- this is
7039 * @band: enum nl80211_band of the channel
7044 enum nl80211_band band);
8620 * ieee80211_operating_class_to_band - convert operating class to band
8623 * @band: band pointer to fill
8628 enum nl80211_band *band);