Lines Matching defs:band
558 * the current band.
560 * @mcast_rate: per-band multicast rate index + 1 (0: disabled)
784 * frames not being sent at CCK rate in 2GHz band.
1009 * @band: the band to transmit on (use for checking for races)
1050 u32 band:3,
1145 * @ies: pointers to band specific IEs.
1374 * @band: the active band when this frame was received
1387 * @rate_idx: index of data rate into band's supported rates or MCS index if
1416 u8 band;
2034 * @supp_rates: Bitmap of supported rates (per band)
2038 * @he_6ghz_capa: on 6 GHz, holds the HE 6 GHz band capabilities
2305 * in one command, mac80211 doesn't have to run separate scans per band.
2706 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[0].idx];
2715 return &hw->wiphy->bands[c->band]->bitrates[c->control.rts_cts_rate_idx];
2724 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[idx + 1].idx];
3047 * transmitted to a certain station is out-of-band communication to
5111 * @band: the band to calculate the frame duration on
5122 enum nl80211_band band,
6091 * @sband: The band this frame is being transmitted on.
6167 enum nl80211_band band,
6170 return (sta == NULL || sta->supp_rates[band] & BIT(index));
6180 if (rate_supported(sta, sband->band, i))
6197 if (rate_supported(sta, sband->band, i))
6327 * @band: the band to transmit on
6334 int band, struct ieee80211_sta **sta);