Lines Matching refs:band
1328 sband = wiphy->bands[reg_beacon->chan.band]; in handle_reg_beacon()
1367 if (!wiphy->bands[reg_beacon->chan.band]) in wiphy_update_new_beacon()
1370 sband = wiphy->bands[reg_beacon->chan.band]; in wiphy_update_new_beacon()
1386 if (!wiphy->bands[reg_beacon->chan.band]) in wiphy_update_beacon_reg()
1388 sband = wiphy->bands[reg_beacon->chan.band]; in wiphy_update_beacon_reg()
1421 struct ieee80211_supported_band *sband = wiphy->bands[channel->band]; in reg_process_ht_flags_channel()
1473 enum ieee80211_band band; in reg_process_ht_flags() local
1478 for (band = 0; band < IEEE80211_NUM_BANDS; band++) in reg_process_ht_flags()
1479 reg_process_ht_flags_band(wiphy, wiphy->bands[band]); in reg_process_ht_flags()
1492 enum ieee80211_band band; in wiphy_update_regulatory() local
1509 for (band = 0; band < IEEE80211_NUM_BANDS; band++) in wiphy_update_regulatory()
1510 handle_band(wiphy, initiator, wiphy->bands[band]); in wiphy_update_regulatory()
1591 enum ieee80211_band band; in wiphy_apply_custom_regulatory() local
1598 for (band = 0; band < IEEE80211_NUM_BANDS; band++) { in wiphy_apply_custom_regulatory()
1599 if (!wiphy->bands[band]) in wiphy_apply_custom_regulatory()
1601 handle_band_custom(wiphy, wiphy->bands[band], regd); in wiphy_apply_custom_regulatory()
2108 void regulatory_hint_country_ie(struct wiphy *wiphy, enum ieee80211_band band, in regulatory_hint_country_ie() argument
2205 enum ieee80211_band band; in restore_custom_reg_settings() local
2209 for (band = 0; band < IEEE80211_NUM_BANDS; band++) { in restore_custom_reg_settings()
2210 sband = wiphy->bands[band]; in restore_custom_reg_settings()
2344 (beacon_chan->band == IEEE80211_BAND_2GHZ && in regulatory_hint_found_beacon()