Searched refs:wiphy_new_nm (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | core.c | 400 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, in wiphy_new_nm() function 546 EXPORT_SYMBOL(wiphy_new_nm); variable
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | core.c | 447 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, in wiphy_new_nm() function 601 EXPORT_SYMBOL(wiphy_new_nm); variable
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 5094 * wiphy_new_nm - create a new wiphy for use with cfg80211 5107 struct wiphy *wiphy_new_nm(const struct cfg80211_ops *ops, int sizeof_priv, 5125 return wiphy_new_nm(ops, sizeof_priv, NULL); in wiphy_new()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | main.c | 569 wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name); in ieee80211_alloc_hw_nm()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | main.c | 667 wiphy = wiphy_new_nm(&mac80211_config_ops, priv_size, requested_name); in ieee80211_alloc_hw_nm()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 5658 * wiphy_new_nm - create a new wiphy for use with cfg80211 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()
|
Completed in 39 milliseconds