Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/wireless/
Dcore.c400 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, in wiphy_new_nm() function
546 EXPORT_SYMBOL(wiphy_new_nm);
/kernel/linux/linux-5.10/net/mac80211/
Dmain.c569 wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name); in ieee80211_alloc_hw_nm()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h5104 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv,
5122 return wiphy_new_nm(ops, sizeof_priv, NULL); in wiphy_new()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0008_linux_net.patch4315 @@ -405,6 +405,7 @@ struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv,
4323 @@ -421,7 +422,7 @@ struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv,