Lines Matching refs:band

1684 	bool is_s1g = chan->band == NL80211_BAND_S1GHZ;  in reg_rule_to_chan_bw_flags()
2162 sband = wiphy->bands[reg_beacon->chan.band]; in handle_reg_beacon()
2200 if (!wiphy->bands[reg_beacon->chan.band]) in wiphy_update_new_beacon()
2203 sband = wiphy->bands[reg_beacon->chan.band]; in wiphy_update_new_beacon()
2219 if (!wiphy->bands[reg_beacon->chan.band]) in wiphy_update_beacon_reg()
2221 sband = wiphy->bands[reg_beacon->chan.band]; in wiphy_update_beacon_reg()
2254 struct ieee80211_supported_band *sband = wiphy->bands[channel->band]; in reg_process_ht_flags_channel()
2321 enum nl80211_band band; in reg_process_ht_flags() local
2326 for (band = 0; band < NUM_NL80211_BANDS; band++) in reg_process_ht_flags()
2327 reg_process_ht_flags_band(wiphy, wiphy->bands[band]); in reg_process_ht_flags()
2484 enum nl80211_band band; in wiphy_update_regulatory() local
2503 for (band = 0; band < NUM_NL80211_BANDS; band++) in wiphy_update_regulatory()
2504 handle_band(wiphy, initiator, wiphy->bands[band]); in wiphy_update_regulatory()
2607 enum nl80211_band band; in wiphy_apply_custom_regulatory() local
2614 for (band = 0; band < NUM_NL80211_BANDS; band++) { in wiphy_apply_custom_regulatory()
2615 if (!wiphy->bands[band]) in wiphy_apply_custom_regulatory()
2617 handle_band_custom(wiphy, wiphy->bands[band], regd); in wiphy_apply_custom_regulatory()
2967 int i, j, band; in wiphy_share_dfs_chan_state() local
2972 for (band = 0; band < NUM_NL80211_BANDS; band++) { in wiphy_share_dfs_chan_state()
2973 dst_sband = dst_wiphy->bands[band]; in wiphy_share_dfs_chan_state()
2974 src_sband = src_wiphy->bands[band]; in wiphy_share_dfs_chan_state()
3140 enum nl80211_band band; in reg_process_self_managed_hint() local
3158 for (band = 0; band < NUM_NL80211_BANDS; band++) in reg_process_self_managed_hint()
3159 handle_band_custom(wiphy, wiphy->bands[band], regd); in reg_process_self_managed_hint()
3335 void regulatory_hint_country_ie(struct wiphy *wiphy, enum nl80211_band band, in regulatory_hint_country_ie() argument
3435 enum nl80211_band band; in restore_custom_reg_settings() local
3439 for (band = 0; band < NUM_NL80211_BANDS; band++) { in restore_custom_reg_settings()
3440 sband = wiphy->bands[band]; in restore_custom_reg_settings()
3653 (beacon_chan->band == NL80211_BAND_2GHZ && in regulatory_hint_found_beacon()