Lines Matching refs:band
849 u8 band; member
1122 u8 band; member
2171 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[0].idx]; in ieee80211_get_tx_rate()
2180 return &hw->wiphy->bands[c->band]->bitrates[c->control.rts_cts_rate_idx]; in ieee80211_get_rts_cts_rate()
2189 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[idx + 1].idx]; in ieee80211_get_alt_retry_rate()
4277 enum ieee80211_band band,
5185 enum ieee80211_band band, in rate_supported() argument
5188 return (sta == NULL || sta->supp_rates[band] & BIT(index)); in rate_supported()
5221 if (rate_supported(sta, sband->band, i)) in rate_lowest_index()
5238 if (rate_supported(sta, sband->band, i)) in rate_usable_index_exists()
5360 int band, struct ieee80211_sta **sta);