Searched refs:beacon_chan (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | reg.h | 71 * @beacon_chan: the channel on which the beacon was found on 87 struct ieee80211_channel *beacon_chan,
|
H A D | reg.c | 3556 static bool pending_reg_beacon(struct ieee80211_channel *beacon_chan) in pending_reg_beacon() argument 3561 if (ieee80211_channel_equal(beacon_chan, in pending_reg_beacon() 3568 struct ieee80211_channel *beacon_chan, in regulatory_hint_found_beacon() 3574 if (beacon_chan->beacon_found || in regulatory_hint_found_beacon() 3575 beacon_chan->flags & IEEE80211_CHAN_RADAR || in regulatory_hint_found_beacon() 3576 (beacon_chan->band == NL80211_BAND_2GHZ && in regulatory_hint_found_beacon() 3577 !freq_is_chan_12_13_14(beacon_chan->center_freq))) in regulatory_hint_found_beacon() 3581 processing = pending_reg_beacon(beacon_chan); in regulatory_hint_found_beacon() 3592 beacon_chan->center_freq, beacon_chan in regulatory_hint_found_beacon() 3567 regulatory_hint_found_beacon(struct wiphy *wiphy, struct ieee80211_channel *beacon_chan, gfp_t gfp) regulatory_hint_found_beacon() argument [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | reg.h | 70 * @beacon_chan: the channel on which the beacon was found on 86 struct ieee80211_channel *beacon_chan,
|
H A D | reg.c | 3633 static bool pending_reg_beacon(struct ieee80211_channel *beacon_chan) in pending_reg_beacon() argument 3638 if (ieee80211_channel_equal(beacon_chan, in pending_reg_beacon() 3645 struct ieee80211_channel *beacon_chan, in regulatory_hint_found_beacon() 3651 if (beacon_chan->beacon_found || in regulatory_hint_found_beacon() 3652 beacon_chan->flags & IEEE80211_CHAN_RADAR || in regulatory_hint_found_beacon() 3653 (beacon_chan->band == NL80211_BAND_2GHZ && in regulatory_hint_found_beacon() 3654 !freq_is_chan_12_13_14(beacon_chan->center_freq))) in regulatory_hint_found_beacon() 3658 processing = pending_reg_beacon(beacon_chan); in regulatory_hint_found_beacon() 3669 beacon_chan->center_freq, beacon_chan in regulatory_hint_found_beacon() 3644 regulatory_hint_found_beacon(struct wiphy *wiphy, struct ieee80211_channel *beacon_chan, gfp_t gfp) regulatory_hint_found_beacon() argument [all...] |
Completed in 11 milliseconds