Lines Matching refs:sband
340 struct ieee80211_supported_band *sband; in ath_reg_apply_beaconing_flags() local
347 sband = wiphy->bands[band]; in ath_reg_apply_beaconing_flags()
348 for (i = 0; i < sband->n_channels; i++) { in ath_reg_apply_beaconing_flags()
349 ch = &sband->channels[i]; in ath_reg_apply_beaconing_flags()
375 struct ieee80211_supported_band *sband; in ath_reg_apply_ir_flags() local
377 sband = wiphy->bands[IEEE80211_BAND_2GHZ]; in ath_reg_apply_ir_flags()
378 if (!sband) in ath_reg_apply_ir_flags()
401 struct ieee80211_supported_band *sband; in ath_reg_apply_radar_flags() local
408 sband = wiphy->bands[IEEE80211_BAND_5GHZ]; in ath_reg_apply_radar_flags()
410 for (i = 0; i < sband->n_channels; i++) { in ath_reg_apply_radar_flags()
411 ch = &sband->channels[i]; in ath_reg_apply_radar_flags()