Searched refs:wiphy_new_nm (Results 1 – 3 of 3) sorted by relevance
445 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, in wiphy_new_nm() function599 EXPORT_SYMBOL(wiphy_new_nm);
670 wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name); in ieee80211_alloc_hw_nm()
5671 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv,5689 return wiphy_new_nm(ops, sizeof_priv, NULL); in wiphy_new()