Lines Matching refs:band
828 u8 band; member
1097 u8 band; member
2076 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[0].idx]; in ieee80211_get_tx_rate()
2085 return &hw->wiphy->bands[c->band]->bitrates[c->control.rts_cts_rate_idx]; in ieee80211_get_rts_cts_rate()
2094 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[idx + 1].idx]; in ieee80211_get_alt_retry_rate()
4155 enum ieee80211_band band,
5110 enum ieee80211_band band, in rate_supported() argument
5113 return (sta == NULL || sta->supp_rates[band] & BIT(index)); in rate_supported()
5146 if (rate_supported(sta, sband->band, i)) in rate_lowest_index()
5163 if (rate_supported(sta, sband->band, i)) in rate_usable_index_exists()
5285 int band, struct ieee80211_sta **sta);