Searched refs:wdev_list (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/net/wireless/ |
D | core.c | 164 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_switch_netns() 179 &rdev->wiphy.wdev_list, in cfg80211_switch_netns() 193 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_switch_netns() 206 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_switch_netns() 269 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_shutdown_all_interfaces() 330 list_for_each_entry_safe(wdev, tmp, &rdev->wiphy.wdev_list, list) { in cfg80211_destroy_ifaces() 476 INIT_LIST_HEAD(&rdev->wiphy.wdev_list); in wiphy_new_nm() 1000 WARN_ON(!list_empty(&rdev->wiphy.wdev_list)); in wiphy_unregister() 1247 list_add_rcu(&wdev->list, &rdev->wiphy.wdev_list); in cfg80211_init_wdev()
|
D | sysfs.c | 95 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) in cfg80211_leave_all()
|
D | chan.c | 640 list_for_each_entry(wdev, &wiphy->wdev_list, list) { in cfg80211_is_wiphy_oper_chan() 1032 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_ir_permissive_chan()
|
D | sme.c | 238 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_conn_work() 650 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_is_all_idle()
|
D | util.c | 910 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) in cfg80211_process_rdev_events() 1677 list_for_each_entry(wdev, &wiphy->wdev_list, list) { in cfg80211_calculate_bi_data()
|
D | reg.c | 2186 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) in reg_leave_invalid_chans() 3271 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in is_wiphy_all_set_reg_flag()
|
D | nl80211.c | 97 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in __cfg80211_wdev_from_attrs() 143 list_for_each_entry(wdev, &tmp->wiphy.wdev_list, list) { in __cfg80211_rdev_from_attrs() 838 list_for_each_entry(tmp, &(*rdev)->wiphy.wdev_list, list) { in nl80211_prepare_wdev_dump() 3331 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in nl80211_dump_interface() 4561 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in nl80211_get_ap_channel() 12997 list_for_each_entry(tmp, &wiphy->wdev_list, list) { in nl80211_prepare_vendor_dump() 16749 list_for_each_entry_rcu(wdev, &rdev->wiphy.wdev_list, list) { in nl80211_netlink_notify()
|
/Linux-v5.4/net/mac80211/ |
D | iface.c | 1931 LIST_HEAD(wdev_list); in ieee80211_remove_interfaces() 1960 list_add(&sdata->list, &wdev_list); in ieee80211_remove_interfaces() 1965 list_for_each_entry_safe(sdata, tmp, &wdev_list, list) { in ieee80211_remove_interfaces()
|
/Linux-v5.4/include/net/ |
D | cfg80211.h | 4646 struct list_head wdev_list; member
|