Home
last modified time | relevance | path

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

/Linux-v4.19/net/wireless/
Dcore.c164 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_switch_netns()
179 &rdev->wiphy.wdev_list, in cfg80211_switch_netns()
255 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_shutdown_all_interfaces()
315 list_for_each_entry_safe(wdev, tmp, &rdev->wiphy.wdev_list, list) { in cfg80211_destroy_ifaces()
461 INIT_LIST_HEAD(&rdev->wiphy.wdev_list); in wiphy_new_nm()
947 WARN_ON(!list_empty(&rdev->wiphy.wdev_list)); in wiphy_unregister()
1196 list_add_rcu(&wdev->list, &rdev->wiphy.wdev_list); in cfg80211_netdev_notifier_call()
Dsysfs.c96 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) in cfg80211_leave_all()
Dchan.c538 list_for_each_entry(wdev, &wiphy->wdev_list, list) { in cfg80211_is_wiphy_oper_chan()
865 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_ir_permissive_chan()
Dsme.c238 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_conn_work()
647 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_is_all_idle()
Dutil.c871 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) in cfg80211_process_rdev_events()
1593 list_for_each_entry(wdev, &wiphy->wdev_list, list) { in cfg80211_calculate_bi_data()
Dnl80211.c96 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in __cfg80211_wdev_from_attrs()
142 list_for_each_entry(wdev, &tmp->wiphy.wdev_list, list) { in __cfg80211_rdev_from_attrs()
603 list_for_each_entry(tmp, &(*rdev)->wiphy.wdev_list, list) { in nl80211_prepare_wdev_dump()
2939 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in nl80211_dump_interface()
3262 list_add_rcu(&wdev->list, &rdev->wiphy.wdev_list); in nl80211_new_interface()
4107 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in nl80211_get_ap_channel()
12382 list_for_each_entry(tmp, &wiphy->wdev_list, list) { in nl80211_prepare_vendor_dump()
15887 list_for_each_entry_rcu(wdev, &rdev->wiphy.wdev_list, list) { in nl80211_netlink_notify()
Dreg.c2134 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) in reg_leave_invalid_chans()
/Linux-v4.19/net/mac80211/
Diface.c1932 LIST_HEAD(wdev_list); in ieee80211_remove_interfaces()
1959 list_add(&sdata->list, &wdev_list); in ieee80211_remove_interfaces()
1964 list_for_each_entry_safe(sdata, tmp, &wdev_list, list) { in ieee80211_remove_interfaces()
/Linux-v4.19/include/net/
Dcfg80211.h4078 struct list_head wdev_list; member