Lines Matching defs:band
579 * the current band.
581 * @mcast_rate: per-band multicast rate index + 1 (0: disabled)
859 * frames not being sent at CCK rate in 2GHz band.
1114 * @band: the band to transmit on (use e.g. for checking for races),
1157 u32 band:3,
1279 * @ies: pointers to band specific IEs.
1513 * @band: the active band when this frame was received
1526 * @rate_idx: index of data rate into band's supported rates or MCS index if
1575 u8 band;
2262 * @he_6ghz_capa: on 6 GHz, holds the HE 6 GHz band capabilities
2584 * in one command, mac80211 doesn't have to run separate scans per band.
3007 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[0].idx];
3016 return &hw->wiphy->bands[c->band]->bitrates[c->control.rts_cts_rate_idx];
3025 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[idx + 1].idx];
3348 * transmitted to a certain station is out-of-band communication to
5633 * @band: the band to calculate the frame duration on
5644 enum nl80211_band band,
6711 * @sband: The band this frame is being transmitted on.
6792 enum nl80211_band band,
6795 return (sta == NULL || sta->deflink.supp_rates[band] & BIT(index));
6805 if (rate_supported(sta, sband->band, i))
6822 if (rate_supported(sta, sband->band, i))
6995 * @band: the band to transmit on
7002 int band, struct ieee80211_sta **sta);