Home
last modified time | relevance | path

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

/Linux-v5.10/net/wireless/
Dchan.c867 u32 prohibited_flags) in cfg80211_secondary_chans_ok() argument
877 if (!c || c->flags & prohibited_flags) in cfg80211_secondary_chans_ok()
939 u32 prohibited_flags) in cfg80211_chandef_usable() argument
984 prohibited_flags |= IEEE80211_CHAN_NO_10MHZ; in cfg80211_chandef_usable()
993 prohibited_flags |= IEEE80211_CHAN_NO_20MHZ; in cfg80211_chandef_usable()
1023 prohibited_flags |= IEEE80211_CHAN_NO_80MHZ; in cfg80211_chandef_usable()
1031 prohibited_flags |= IEEE80211_CHAN_NO_160MHZ; in cfg80211_chandef_usable()
1060 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
1064 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable()
1069 width, prohibited_flags)) in cfg80211_chandef_usable()
[all …]
/Linux-v5.10/include/net/
Dcfg80211.h854 u32 prohibited_flags);