Searched refs:cfg80211_iftype_allowed (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/wireless/ |
H A D | util.c | 2253 !cfg80211_iftype_allowed(wiphy, iftype, 0, 1)) in cfg80211_iter_combinations() 2275 if (cfg80211_iftype_allowed(wiphy, iftype, 0, 1)) in cfg80211_iter_combinations() 2636 bool cfg80211_iftype_allowed(struct wiphy *wiphy, enum nl80211_iftype iftype, in cfg80211_iftype_allowed() function 2657 EXPORT_SYMBOL(cfg80211_iftype_allowed);
|
H A D | core.c | 1587 if (!cfg80211_iftype_allowed(wdev->wiphy, wdev->iftype, in cfg80211_netdev_notifier_call()
|
H A D | nl80211.c | 4313 if (!cfg80211_iftype_allowed(&rdev->wiphy, type, params.use_4addr, 0)) in _nl80211_new_interface()
|
/openbmc/linux/net/mac80211/ |
H A D | util.c | 4862 if (cfg80211_iftype_allowed(local->hw.wiphy, iftype, 0, 1)) { in ieee80211_check_combinations() 4897 cfg80211_iftype_allowed(local->hw.wiphy, in ieee80211_check_combinations()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 9078 bool cfg80211_iftype_allowed(struct wiphy *wiphy, enum nl80211_iftype iftype,
|