Searched refs:wiphy_new_nm (Results 1 – 3 of 3) sorted by relevance
413 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, in wiphy_new_nm() function564 EXPORT_SYMBOL(wiphy_new_nm);
668 wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name); in ieee80211_alloc_hw_nm()
5532 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv,5550 return wiphy_new_nm(ops, sizeof_priv, NULL); in wiphy_new()