Searched refs:beacon_chan (Results 1 – 2 of 2) sorted by relevance
86 struct ieee80211_channel *beacon_chan,
3653 static bool pending_reg_beacon(struct ieee80211_channel *beacon_chan) in pending_reg_beacon() argument3658 if (ieee80211_channel_equal(beacon_chan, in pending_reg_beacon()3665 struct ieee80211_channel *beacon_chan, in regulatory_hint_found_beacon() argument3671 if (beacon_chan->beacon_found || in regulatory_hint_found_beacon()3672 beacon_chan->flags & IEEE80211_CHAN_RADAR || in regulatory_hint_found_beacon()3673 (beacon_chan->band == NL80211_BAND_2GHZ && in regulatory_hint_found_beacon()3674 !freq_is_chan_12_13_14(beacon_chan->center_freq))) in regulatory_hint_found_beacon()3678 processing = pending_reg_beacon(beacon_chan); in regulatory_hint_found_beacon()3689 beacon_chan->center_freq, beacon_chan->freq_offset, in regulatory_hint_found_beacon()3691 ieee80211_channel_to_khz(beacon_chan)), in regulatory_hint_found_beacon()[all …]