Home
last modified time | relevance | path

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

/Linux-v4.19/net/wireless/
Dchan.c706 u32 prohibited_flags) in cfg80211_secondary_chans_ok() argument
716 if (!c || c->flags & prohibited_flags) in cfg80211_secondary_chans_ok()
725 u32 prohibited_flags) in cfg80211_chandef_usable() argument
744 prohibited_flags |= IEEE80211_CHAN_NO_10MHZ; in cfg80211_chandef_usable()
751 prohibited_flags |= IEEE80211_CHAN_NO_20MHZ; in cfg80211_chandef_usable()
775 prohibited_flags |= IEEE80211_CHAN_NO_80MHZ; in cfg80211_chandef_usable()
785 prohibited_flags |= IEEE80211_CHAN_NO_160MHZ; in cfg80211_chandef_usable()
805 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
809 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
813 width, prohibited_flags)) in cfg80211_chandef_usable()
[all …]
/Linux-v4.19/include/net/
Dcfg80211.h595 u32 prohibited_flags);