Searched refs:prohibited_flags (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | chan.c | 867 u32 prohibited_flags) in cfg80211_secondary_chans_ok() 877 if (!c || c->flags & prohibited_flags) in cfg80211_secondary_chans_ok() 939 u32 prohibited_flags) in cfg80211_chandef_usable() 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() 865 cfg80211_secondary_chans_ok(struct wiphy *wiphy, u32 center_freq, u32 bandwidth, u32 prohibited_flags) cfg80211_secondary_chans_ok() argument 937 cfg80211_chandef_usable(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef, u32 prohibited_flags) cfg80211_chandef_usable() argument 1187 u32 prohibited_flags = IEEE80211_CHAN_DISABLED | _cfg80211_reg_can_beacon() local [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | chan.c | 971 u32 prohibited_flags) in cfg80211_secondary_chans_ok() 981 if (!c || c->flags & prohibited_flags) in cfg80211_secondary_chans_ok() 1043 u32 prohibited_flags) in cfg80211_chandef_usable() 1093 prohibited_flags |= IEEE80211_CHAN_NO_10MHZ; in cfg80211_chandef_usable() 1102 prohibited_flags |= IEEE80211_CHAN_NO_20MHZ; in cfg80211_chandef_usable() 1133 prohibited_flags |= IEEE80211_CHAN_NO_80MHZ; in cfg80211_chandef_usable() 1141 prohibited_flags |= IEEE80211_CHAN_NO_160MHZ; in cfg80211_chandef_usable() 1155 prohibited_flags |= IEEE80211_CHAN_NO_320MHZ; in cfg80211_chandef_usable() 1197 prohibited_flags |= IEEE80211_CHAN_NO_OFDM; in cfg80211_chandef_usable() 1201 prohibited_flags | in cfg80211_chandef_usable() 969 cfg80211_secondary_chans_ok(struct wiphy *wiphy, u32 center_freq, u32 bandwidth, u32 prohibited_flags) cfg80211_secondary_chans_ok() argument 1041 cfg80211_chandef_usable(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef, u32 prohibited_flags) cfg80211_chandef_usable() argument 1341 u32 prohibited_flags = IEEE80211_CHAN_DISABLED | _cfg80211_reg_can_beacon() local 1402 cfg80211_any_usable_channels(struct wiphy *wiphy, unsigned long sband_mask, u32 prohibited_flags) cfg80211_any_usable_channels() argument [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 937 * @prohibited_flags: the regulatory channel flags that must not be set 942 u32 prohibited_flags); 1033 * @prohibited_flags: which channels to not consider usable, 1038 u32 prohibited_flags);
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 852 * @prohibited_flags: the regulatory channel flags that must not be set 857 u32 prohibited_flags);
|
Completed in 29 milliseconds