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

/linux-4.1.27/net/wireless/
H A Dcore.c339 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, wiphy_new_nm() function
462 EXPORT_SYMBOL(wiphy_new_nm); variable
/linux-4.1.27/net/mac80211/
H A Dmain.c526 wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name); ieee80211_alloc_hw_nm()
/linux-4.1.27/include/net/
H A Dcfg80211.h3309 * wiphy_new_nm - create a new wiphy for use with cfg80211
3322 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv,
3340 return wiphy_new_nm(ops, sizeof_priv, NULL); wiphy_new()

Completed in 136 milliseconds