Home
last modified time | relevance | path

Searched refs:sched_scan_req (Results 1 – 4 of 4) sorted by relevance

/net/wireless/
Dscan.c256 request = rdev->sched_scan_req; in __cfg80211_sched_scan_results()
280 if (wiphy_to_dev(wiphy)->sched_scan_req) in cfg80211_sched_scan_results()
305 if (!rdev->sched_scan_req) in __cfg80211_stop_sched_scan()
308 dev = rdev->sched_scan_req->dev; in __cfg80211_stop_sched_scan()
318 kfree(rdev->sched_scan_req); in __cfg80211_stop_sched_scan()
319 rdev->sched_scan_req = NULL; in __cfg80211_stop_sched_scan()
Dcore.c853 if (WARN_ON(rdev->sched_scan_req && in wdev_cleanup_work()
854 rdev->sched_scan_req->dev == wdev->netdev)) { in wdev_cleanup_work()
Dcore.h73 struct cfg80211_sched_scan_request *sched_scan_req; member
Dnl80211.c5412 if (rdev->sched_scan_req) { in nl80211_start_sched_scan()
5597 rdev->sched_scan_req = request; in nl80211_start_sched_scan()
10913 struct cfg80211_sched_scan_request *sched_scan_req = in nl80211_netlink_notify() local
10914 rcu_dereference(rdev->sched_scan_req); in nl80211_netlink_notify()
10916 if (sched_scan_req && notify->portid && in nl80211_netlink_notify()
10917 sched_scan_req->owner_nlportid == notify->portid) in nl80211_netlink_notify()
10950 sched_scan_req->owner_nlportid = 0; in nl80211_netlink_notify()