Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dreg.c166 cfg80211_channel_is_psc(channel)) in ath11k_reg_update_chan_list()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dscan.c810 cfg80211_channel_is_psc(rdev_req->channels[i])) || in cfg80211_scan_6ghz()
858 if (cfg80211_channel_is_psc(chan) && !need_scan_psc) in cfg80211_scan_6ghz()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h5522 static inline bool cfg80211_channel_is_psc(struct ieee80211_channel *chan) in cfg80211_channel_is_psc() function