Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dsysfs.c150 return wiphy_net(wiphy); in wiphy_namespace()
Dnl80211.c100 if (wiphy_net(&rdev->wiphy) != netns) in __cfg80211_wdev_from_attrs()
193 if (netns != wiphy_net(&rdev->wiphy)) in __cfg80211_rdev_from_attrs()
1804 if (!net_eq(wiphy_net(&rdev->wiphy), sock_net(skb->sk))) in nl80211_dump_wiphy()
2453 if (!net_eq(wiphy_net(&rdev->wiphy), sock_net(skb->sk))) in nl80211_dump_interface()
2754 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), in nl80211_new_interface()
2791 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), in nl80211_del_interface()
7684 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), skb, 0, in __cfg80211_send_event_skb()
8008 if (!net_eq(wiphy_net(&rdev->wiphy), net)) in nl80211_wiphy_netns()
9230 err = __sock_create(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, in nl80211_parse_wowlan_tcp()
11443 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), msg, 0, in nl80211_notify_wiphy()
[all …]
Dcore.c172 net = wiphy_net(&rdev->wiphy); in cfg80211_switch_netns()
1165 if (net_eq(wiphy_net(&rdev->wiphy), net)) in cfg80211_pernet_exit()
/linux-4.4.14/net/mac80211/
Diface.c1734 dev_net_set(ndev, wiphy_net(local->hw.wiphy)); in ieee80211_if_add()
/linux-4.4.14/include/net/
Dcfg80211.h3303 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net() function
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dcfg80211.c2734 dev_net_set(dev, wiphy_net(wiphy)); in mwifiex_add_virtual_intf()