Home
last modified time | relevance | path

Searched refs:cfg80211_channel_is_psc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dreg.c165 cfg80211_channel_is_psc(channel)) in ath11k_reg_update_chan_list()
/Linux-v5.10/net/wireless/
Dscan.c797 cfg80211_channel_is_psc(rdev_req->channels[i])) || in cfg80211_scan_6ghz()
842 if (cfg80211_channel_is_psc(chan) && !need_scan_psc) in cfg80211_scan_6ghz()
/Linux-v5.10/include/net/
Dcfg80211.h5457 static inline bool cfg80211_channel_is_psc(struct ieee80211_channel *chan) in cfg80211_channel_is_psc() function