Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/driver-api/80211/
H A Dcfg80211.rst40 cfg80211_check_combinations
/OK3568_Linux_fs/kernel/net/wireless/
H A Dutil.c1935 int cfg80211_check_combinations(struct wiphy *wiphy, in cfg80211_check_combinations() function
1949 EXPORT_SYMBOL(cfg80211_check_combinations);
/OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c103 ret = cfg80211_check_combinations(wiphy, &params); in qtnf_validate_iface_combinations()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c617 return cfg80211_check_combinations(wil->wiphy, &params); in wil_cfg80211_validate_add_iface()
643 ret = cfg80211_check_combinations(wil->wiphy, &params); in wil_cfg80211_validate_change_iface()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h7826 int cfg80211_check_combinations(struct wiphy *wiphy,
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c436 ret = cfg80211_check_combinations(cfg->wiphy, &params); in brcmf_vif_change_validate()
453 return cfg80211_check_combinations(cfg->wiphy, &params); in brcmf_vif_add_validate()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dutil.c4363 return cfg80211_check_combinations(local->hw.wiphy, &params); in ieee80211_check_combinations()