• Home
  • Raw
  • Download

Lines Matching refs:band

1934 	sband = wiphy->bands[reg_beacon->chan.band];  in handle_reg_beacon()
1972 if (!wiphy->bands[reg_beacon->chan.band]) in wiphy_update_new_beacon()
1975 sband = wiphy->bands[reg_beacon->chan.band]; in wiphy_update_new_beacon()
1991 if (!wiphy->bands[reg_beacon->chan.band]) in wiphy_update_beacon_reg()
1993 sband = wiphy->bands[reg_beacon->chan.band]; in wiphy_update_beacon_reg()
2026 struct ieee80211_supported_band *sband = wiphy->bands[channel->band]; in reg_process_ht_flags_channel()
2093 enum nl80211_band band; in reg_process_ht_flags() local
2098 for (band = 0; band < NUM_NL80211_BANDS; band++) in reg_process_ht_flags()
2099 reg_process_ht_flags_band(wiphy, wiphy->bands[band]); in reg_process_ht_flags()
2220 enum nl80211_band band; in wiphy_update_regulatory() local
2239 for (band = 0; band < NUM_NL80211_BANDS; band++) in wiphy_update_regulatory()
2240 handle_band(wiphy, initiator, wiphy->bands[band]); in wiphy_update_regulatory()
2335 enum nl80211_band band; in wiphy_apply_custom_regulatory() local
2342 for (band = 0; band < NUM_NL80211_BANDS; band++) { in wiphy_apply_custom_regulatory()
2343 if (!wiphy->bands[band]) in wiphy_apply_custom_regulatory()
2345 handle_band_custom(wiphy, wiphy->bands[band], regd); in wiphy_apply_custom_regulatory()
2677 int i, j, band; in wiphy_share_dfs_chan_state() local
2682 for (band = 0; band < NUM_NL80211_BANDS; band++) { in wiphy_share_dfs_chan_state()
2683 dst_sband = dst_wiphy->bands[band]; in wiphy_share_dfs_chan_state()
2684 src_sband = src_wiphy->bands[band]; in wiphy_share_dfs_chan_state()
2851 enum nl80211_band band; in reg_process_self_managed_hints() local
2869 for (band = 0; band < NUM_NL80211_BANDS; band++) in reg_process_self_managed_hints()
2870 handle_band_custom(wiphy, wiphy->bands[band], regd); in reg_process_self_managed_hints()
3028 void regulatory_hint_country_ie(struct wiphy *wiphy, enum nl80211_band band, in regulatory_hint_country_ie() argument
3128 enum nl80211_band band; in restore_custom_reg_settings() local
3132 for (band = 0; band < NUM_NL80211_BANDS; band++) { in restore_custom_reg_settings()
3133 sband = wiphy->bands[band]; in restore_custom_reg_settings()
3346 (beacon_chan->band == NL80211_BAND_2GHZ && in regulatory_hint_found_beacon()