Searched refs:wdev_list (Results 1 – 8 of 8) sorted by relevance
| /linux/net/wireless/ |
| H A D | core.c | 165 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_switch_netns() 180 &rdev->wiphy.wdev_list, in cfg80211_switch_netns() 196 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_switch_netns() 211 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_switch_netns() 362 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_shutdown_all_interfaces() 371 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_shutdown_all_interfaces() 430 list_for_each_entry_safe(wdev, tmp, &rdev->wiphy.wdev_list, list) { in cfg80211_destroy_ifaces() 453 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_close_dependents() 628 INIT_LIST_HEAD(&rdev->wiphy.wdev_list); in wiphy_new_nm() 1309 WARN_ON(!list_empty(&rdev->wiphy.wdev_list)); in wiphy_unregister() [all …]
|
| H A D | sysfs.c | 90 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) in cfg80211_leave_all()
|
| H A D | mlme.c | 666 list_for_each_entry_rcu(tmp, &rdev->wiphy.wdev_list, list) { in cfg80211_mgmt_registrations_update() 701 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) in cfg80211_mgmt_registrations_update_wk()
|
| H A D | sme.c | 256 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_conn_work() 695 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_is_all_idle()
|
| H A D | reg.c | 2454 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in reg_leave_invalid_chans() 3592 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in is_wiphy_all_set_reg_flag() 4230 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in cfg80211_check_and_end_cac()
|
| H A D | util.c | 1254 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) in cfg80211_process_rdev_events() 2473 list_for_each_entry(wdev, &wiphy->wdev_list, list) { in cfg80211_calculate_bi_data()
|
| H A D | nl80211.c | 93 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in __cfg80211_wdev_from_attrs() 119 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in __cfg80211_wdev_from_attrs() 165 list_for_each_entry(wdev, &tmp->wiphy.wdev_list, list) { in __cfg80211_rdev_from_attrs() 1318 list_for_each_entry(tmp, &(*rdev)->wiphy.wdev_list, list) { in nl80211_prepare_wdev_dump() 4848 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in nl80211_dump_interface() 7021 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) { in nl80211_get_ap_channel() 17987 list_for_each_entry(tmp, &wiphy->wdev_list, list) { in nl80211_prepare_vendor_dump() 23142 list_for_each_entry_rcu(wdev, &rdev->wiphy.wdev_list, list) { in nl80211_netlink_notify()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 6643 struct list_head wdev_list; member
|