Lines Matching refs:sband
266 struct ieee80211_supported_band *sband; in rtw_regd_apply_beaconing_flags() local
275 sband = wiphy->bands[band]; in rtw_regd_apply_beaconing_flags()
276 for (i = 0; i < sband->n_channels; i++) { in rtw_regd_apply_beaconing_flags()
277 ch = &sband->channels[i]; in rtw_regd_apply_beaconing_flags()
295 struct ieee80211_supported_band *sband; in rtw_regd_apply_hw_cap_flags() local
304 sband = wiphy->bands[NL80211_BAND_2GHZ]; in rtw_regd_apply_hw_cap_flags()
305 if (!sband) in rtw_regd_apply_hw_cap_flags()
308 for (i = 0; i < sband->n_channels; i++) { in rtw_regd_apply_hw_cap_flags()
309 ch = &sband->channels[i]; in rtw_regd_apply_hw_cap_flags()
314 sband = wiphy->bands[NL80211_BAND_5GHZ]; in rtw_regd_apply_hw_cap_flags()
315 if (!sband) in rtw_regd_apply_hw_cap_flags()
318 for (i = 0; i < sband->n_channels; i++) { in rtw_regd_apply_hw_cap_flags()
319 ch = &sband->channels[i]; in rtw_regd_apply_hw_cap_flags()