Searched refs:wiphy_net (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/net/wireless/ |
D | sysfs.c | 161 return wiphy_net(wiphy); in wiphy_namespace()
|
D | nl80211.c | 112 if (wiphy_net(&rdev->wiphy) != netns) in __cfg80211_wdev_from_attrs() 206 if (netns != wiphy_net(&rdev->wiphy)) in __cfg80211_rdev_from_attrs() 3196 if (!net_eq(wiphy_net(&rdev->wiphy), sock_net(skb->sk))) in nl80211_dump_wiphy() 4133 if (!net_eq(wiphy_net(&rdev->wiphy), sock_net(skb->sk))) in nl80211_dump_interface() 5513 dev_get_by_index(wiphy_net(wiphy), tx_ifindex); in nl80211_parse_mbssid_config() 6030 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(wiphy), msg, 0, in nl80211_send_ap_started() 11841 genlmsg_unicast(wiphy_net(&rdev->wiphy), skb, in __cfg80211_send_event_skb() 11847 genlmsg_multicast_netns(&nl80211_fam, wiphy_net(&rdev->wiphy), in __cfg80211_send_event_skb() 12363 if (!net_eq(wiphy_net(&rdev->wiphy), net)) in nl80211_wiphy_netns() 13679 err = __sock_create(wiphy_net(&rdev->wiphy), PF_INET, SOCK_STREAM, in nl80211_parse_wowlan_tcp() [all …]
|
D | pmsr.c | 379 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_complete() 598 genlmsg_unicast(wiphy_net(wdev->wiphy), msg, req->nl_portid); in cfg80211_pmsr_report()
|
D | core.c | 177 net = wiphy_net(&rdev->wiphy); in cfg80211_switch_netns() 1604 if (net_eq(wiphy_net(&rdev->wiphy), net)) in cfg80211_pernet_exit()
|
/linux-6.12.1/drivers/net/wireless/quantenna/qtnfmac/ |
D | core.c | 464 dev_net_set(dev, wiphy_net(wiphy)); in qtnf_core_net_attach()
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | core.c | 651 dev_net_set(ndev, wiphy_net(cfg_to_wiphy(drvr->config))); in brcmf_net_attach()
|
/linux-6.12.1/drivers/net/wireless/virtual/ |
D | mac80211_hwsim.c | 6239 if (!net_eq(wiphy_net(data->hw->wiphy), genl_info_net(info))) in hwsim_del_radio_nl() 6273 if (!net_eq(wiphy_net(data->hw->wiphy), genl_info_net(info))) in hwsim_get_radio_nl() 6317 if (!net_eq(wiphy_net(data->hw->wiphy), sock_net(skb->sk))) in hwsim_dump_radio_nl() 6489 if (!net_eq(wiphy_net(data->hw->wiphy), net)) in hwsim_exit_net()
|
/linux-6.12.1/net/mac80211/ |
D | iface.c | 2100 dev_net_set(ndev, wiphy_net(local->hw.wiphy)); in ieee80211_if_add()
|
/linux-6.12.1/include/net/ |
D | cfg80211.h | 5825 static inline struct net *wiphy_net(struct wiphy *wiphy) in wiphy_net() function
|
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
D | cfg80211.c | 3143 dev_net_set(dev, wiphy_net(wiphy)); in mwifiex_add_virtual_intf()
|