Home
last modified time | relevance | path

Searched refs:wiphy_net (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/net/wireless/
Dsysfs.c153 return wiphy_net(wiphy); in wiphy_namespace()
Dnl80211.c90 if (wiphy_net(&rdev->wiphy) != netns) in __cfg80211_wdev_from_attrs()
184 if (netns != wiphy_net(&rdev->wiphy)) in __cfg80211_rdev_from_attrs()
2162 if (!net_eq(wiphy_net(&rdev->wiphy), sock_net(skb->sk))) in nl80211_dump_wiphy()
2927 if (!net_eq(wiphy_net(&rdev->wiphy), sock_net(skb->sk))) in nl80211_dump_interface()
9167 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), skb, 0, in __cfg80211_send_event_skb()
9668 if (!net_eq(wiphy_net(&rdev->wiphy), net)) in nl80211_wiphy_netns()
10883 err = __sock_create(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, in nl80211_parse_wowlan_tcp()
12108 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), in cfg80211_nan_match()
12111 genlmsg_unicast(wiphy_net(&rdev->wiphy), msg, in cfg80211_nan_match()
12168 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), in cfg80211_nan_func_terminated()
[all …]
Dcore.c176 net = wiphy_net(&rdev->wiphy); in cfg80211_switch_netns()
1362 if (net_eq(wiphy_net(&rdev->wiphy), net)) in cfg80211_pernet_exit()
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcore.c430 dev_net_set(dev, wiphy_net(wiphy)); in qtnf_core_net_attach()
/Linux-v4.19/drivers/net/wireless/
Dmac80211_hwsim.c3407 if (!net_eq(wiphy_net(data->hw->wiphy), genl_info_net(info))) in hwsim_del_radio_nl()
3441 if (!net_eq(wiphy_net(data->hw->wiphy), genl_info_net(info))) in hwsim_get_radio_nl()
3485 if (!net_eq(wiphy_net(data->hw->wiphy), sock_net(skb->sk))) in hwsim_dump_radio_nl()
3648 if (!net_eq(wiphy_net(data->hw->wiphy), net)) in hwsim_exit_net()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcore.c603 dev_net_set(ndev, wiphy_net(cfg_to_wiphy(drvr->config))); in brcmf_net_attach()
/Linux-v4.19/net/mac80211/
Diface.c1777 dev_net_set(ndev, wiphy_net(local->hw.wiphy)); in ieee80211_if_add()
/Linux-v4.19/include/net/
Dcfg80211.h4111 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net() function
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c3012 dev_net_set(dev, wiphy_net(wiphy)); in mwifiex_add_virtual_intf()