Lines Matching refs:reqid
555 cfg80211_find_sched_scan_req(struct cfg80211_registered_device *rdev, u64 reqid) in cfg80211_find_sched_scan_req() argument
562 if (pos->reqid == reqid) in cfg80211_find_sched_scan_req()
584 if (!i && !pos->reqid) in cfg80211_sched_scan_req_possible()
627 void cfg80211_sched_scan_results(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_results() argument
632 trace_cfg80211_sched_scan_results(wiphy, reqid); in cfg80211_sched_scan_results()
636 request = cfg80211_find_sched_scan_req(rdev, reqid); in cfg80211_sched_scan_results()
645 void cfg80211_sched_scan_stopped_rtnl(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_stopped_rtnl() argument
651 trace_cfg80211_sched_scan_stopped(wiphy, reqid); in cfg80211_sched_scan_stopped_rtnl()
653 __cfg80211_stop_sched_scan(rdev, reqid, true); in cfg80211_sched_scan_stopped_rtnl()
657 void cfg80211_sched_scan_stopped(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_stopped() argument
660 cfg80211_sched_scan_stopped_rtnl(wiphy, reqid); in cfg80211_sched_scan_stopped()
672 int err = rdev_sched_scan_stop(rdev, req->dev, req->reqid); in cfg80211_stop_sched_scan_req()
685 u64 reqid, bool driver_initiated) in __cfg80211_stop_sched_scan() argument
691 sched_scan_req = cfg80211_find_sched_scan_req(rdev, reqid); in __cfg80211_stop_sched_scan()