Home
last modified time | relevance | path

Searched refs:cfg80211_check_combinations (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/wireless/
Dutil.c1604 int cfg80211_check_combinations(struct wiphy *wiphy, in cfg80211_check_combinations() function
1621 EXPORT_SYMBOL(cfg80211_check_combinations);
1733 return cfg80211_check_combinations(&rdev->wiphy, num_different_channels, in cfg80211_can_use_iftype_chan()
/linux-4.4.14/include/net/
Dcfg80211.h5231 int cfg80211_check_combinations(struct wiphy *wiphy,
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c403 return cfg80211_check_combinations(cfg->wiphy, 1, 0, iftype_num); in brcmf_vif_change_validate()
417 return cfg80211_check_combinations(cfg->wiphy, 1, 0, iftype_num); in brcmf_vif_add_validate()
/linux-4.4.14/net/mac80211/
Dutil.c3265 return cfg80211_check_combinations(local->hw.wiphy, in ieee80211_check_combinations()