Searched refs:sched_scan_req_list (Results 1 – 4 of 4) sorted by relevance
| /linux/net/wireless/ |
| H A D | core.c | 480 list_for_each_entry_safe(req, tmp, &rdev->sched_scan_req_list, list) { in cfg80211_sched_scan_stop_wk() 633 INIT_LIST_HEAD(&rdev->sched_scan_req_list); in wiphy_new_nm() 1522 list_for_each_entry_safe(pos, tmp, &rdev->sched_scan_req_list, in cfg80211_leave_locked() 1769 &rdev->sched_scan_req_list, list) { in cfg80211_netdev_notifier_call()
|
| H A D | core.h | 83 struct list_head sched_scan_req_list; member
|
| H A D | scan.c | 1228 list_add_rcu(&req->list, &rdev->sched_scan_req_list); in cfg80211_add_sched_scan_req() 1245 list_for_each_entry_rcu(pos, &rdev->sched_scan_req_list, list, in cfg80211_find_sched_scan_req() 1267 list_for_each_entry(pos, &rdev->sched_scan_req_list, list) { in cfg80211_sched_scan_req_possible() 1296 list_for_each_entry_safe(req, tmp, &rdev->sched_scan_req_list, list) { in cfg80211_sched_scan_results_wk()
|
| H A D | nl80211.c | 12020 req = list_first_or_null_rcu(&rdev->sched_scan_req_list, in nl80211_stop_sched_scan() 23133 &rdev->sched_scan_req_list, in nl80211_netlink_notify()
|