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

/linux-master/net/wireless/tests/
H A Dutil.c23 wiphy = wiphy_new_nm(ops, sizeof(*priv), "kunit");
/linux-master/net/wireless/
H A Dcore.c447 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, function
601 EXPORT_SYMBOL(wiphy_new_nm); variable
/linux-master/net/mac80211/
H A Dmain.c820 wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name);
/linux-master/include/net/
H A Dcfg80211.h5836 * wiphy_new_nm - create a new wiphy for use with cfg80211
5849 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv,
5867 return wiphy_new_nm(ops, sizeof_priv, NULL);

Completed in 149 milliseconds