Home
last modified time | relevance | path

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

/Linux-v5.4/net/wireless/
Dchan.c808 u32 prohibited_flags) in cfg80211_secondary_chans_ok() argument
818 if (!c || c->flags & prohibited_flags) in cfg80211_secondary_chans_ok()
880 u32 prohibited_flags) in cfg80211_chandef_usable() argument
909 prohibited_flags |= IEEE80211_CHAN_NO_10MHZ; in cfg80211_chandef_usable()
917 prohibited_flags |= IEEE80211_CHAN_NO_20MHZ; in cfg80211_chandef_usable()
942 prohibited_flags |= IEEE80211_CHAN_NO_80MHZ; in cfg80211_chandef_usable()
952 prohibited_flags |= IEEE80211_CHAN_NO_160MHZ; in cfg80211_chandef_usable()
972 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
976 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
980 width, prohibited_flags)) in cfg80211_chandef_usable()
[all …]
/Linux-v5.4/include/net/
Dcfg80211.h695 u32 prohibited_flags);