Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/80211/
H A Dcfg80211.rst40 cfg80211_check_combinations
/openbmc/linux/net/wireless/
H A Dutil.c2332 int cfg80211_check_combinations(struct wiphy *wiphy, in cfg80211_check_combinations() function
2346 EXPORT_SYMBOL(cfg80211_check_combinations);
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c103 ret = cfg80211_check_combinations(wiphy, &params); in qtnf_validate_iface_combinations()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c639 return cfg80211_check_combinations(wil->wiphy, &params); in wil_cfg80211_validate_add_iface()
665 ret = cfg80211_check_combinations(wil->wiphy, &params); in wil_cfg80211_validate_change_iface()
/openbmc/linux/include/net/
H A Dcfg80211.h8880 int cfg80211_check_combinations(struct wiphy *wiphy,
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c513 ret = cfg80211_check_combinations(cfg->wiphy, &params); in brcmf_vif_change_validate()
530 return cfg80211_check_combinations(cfg->wiphy, &params); in brcmf_vif_add_validate()
/openbmc/linux/net/mac80211/
H A Dutil.c4908 return cfg80211_check_combinations(local->hw.wiphy, &params); in ieee80211_check_combinations()