Home
last modified time | relevance | path

Searched refs:beacon_chan (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/wireless/
Dreg.h82 struct ieee80211_channel *beacon_chan,
Dreg.c2613 static bool pending_reg_beacon(struct ieee80211_channel *beacon_chan) in pending_reg_beacon() argument
2618 if (beacon_chan->center_freq == in pending_reg_beacon()
2625 struct ieee80211_channel *beacon_chan, in regulatory_hint_found_beacon() argument
2631 if (beacon_chan->beacon_found || in regulatory_hint_found_beacon()
2632 beacon_chan->flags & IEEE80211_CHAN_RADAR || in regulatory_hint_found_beacon()
2633 (beacon_chan->band == IEEE80211_BAND_2GHZ && in regulatory_hint_found_beacon()
2634 !freq_is_chan_12_13_14(beacon_chan->center_freq))) in regulatory_hint_found_beacon()
2638 processing = pending_reg_beacon(beacon_chan); in regulatory_hint_found_beacon()
2649 beacon_chan->center_freq, in regulatory_hint_found_beacon()
2650 ieee80211_frequency_to_channel(beacon_chan->center_freq), in regulatory_hint_found_beacon()
[all …]