Lines Matching refs:sband
1450 const struct ieee80211_supported_band *sband; in ath10k_peer_assoc_h_rates() local
1457 sband = ar->hw->wiphy->bands[ar->hw->conf.chandef.chan->band]; in ath10k_peer_assoc_h_rates()
1459 rates = sband->bitrates; in ath10k_peer_assoc_h_rates()
4622 struct ieee80211_supported_band *sband; in ath10k_get_survey() local
4628 sband = hw->wiphy->bands[IEEE80211_BAND_2GHZ]; in ath10k_get_survey()
4629 if (sband && idx >= sband->n_channels) { in ath10k_get_survey()
4630 idx -= sband->n_channels; in ath10k_get_survey()
4631 sband = NULL; in ath10k_get_survey()
4634 if (!sband) in ath10k_get_survey()
4635 sband = hw->wiphy->bands[IEEE80211_BAND_5GHZ]; in ath10k_get_survey()
4637 if (!sband || idx >= sband->n_channels) { in ath10k_get_survey()
4646 survey->channel = &sband->channels[idx]; in ath10k_get_survey()