Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dsysfs.c145 return wiphy_net(wiphy); in wiphy_namespace()
Dnl80211.c99 if (wiphy_net(&rdev->wiphy) != netns) in __cfg80211_wdev_from_attrs()
192 if (netns != wiphy_net(&rdev->wiphy)) in __cfg80211_rdev_from_attrs()
1791 if (!net_eq(wiphy_net(&rdev->wiphy), sock_net(skb->sk))) in nl80211_dump_wiphy()
2428 if (!net_eq(wiphy_net(&rdev->wiphy), sock_net(skb->sk))) in nl80211_dump_interface()
2729 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), in nl80211_new_interface()
2766 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), in nl80211_del_interface()
7516 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), skb, 0, in __cfg80211_send_event_skb()
7838 if (!net_eq(wiphy_net(&rdev->wiphy), net)) in nl80211_wiphy_netns()
9041 err = __sock_create(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, in nl80211_parse_wowlan_tcp()
11059 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()
1156 if (net_eq(wiphy_net(&rdev->wiphy), net)) in cfg80211_pernet_exit()
/linux-4.1.27/net/mac80211/
Diface.c1708 dev_net_set(ndev, wiphy_net(local->hw.wiphy)); in ieee80211_if_add()
/linux-4.1.27/include/net/
Dcfg80211.h3241 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net() function
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcfg80211.c2584 dev_net_set(dev, wiphy_net(wiphy)); in mwifiex_add_virtual_intf()