Lines Matching refs:sband
453 struct ieee80211_supported_band *sband; in sta_set_rate_info_tx() local
457 sband = sta->local->hw.wiphy->bands[ in sta_set_rate_info_tx()
459 brate = sband->bitrates[rate->idx].bitrate; in sta_set_rate_info_tx()
486 struct ieee80211_supported_band *sband; in sta_set_rate_info_rx() local
490 sband = sta->local->hw.wiphy->bands[ in sta_set_rate_info_rx()
492 brate = sband->bitrates[sta->last_rx_rate_idx].bitrate; in sta_set_rate_info_rx()
1029 struct ieee80211_supported_band *sband; in sta_apply_parameters() local
1034 sband = local->hw.wiphy->bands[band]; in sta_apply_parameters()
1127 sband, params->supported_rates, in sta_apply_parameters()
1133 ieee80211_ht_cap_ie_to_sta_ht_cap(sdata, sband, in sta_apply_parameters()
1137 ieee80211_vht_cap_ie_to_sta_vht_cap(sdata, sband, in sta_apply_parameters()
2473 struct ieee80211_supported_band *sband = wiphy->bands[i]; in ieee80211_set_bitrate_mask() local
2481 if (!sband) in ieee80211_set_bitrate_mask()