Lines Matching refs:reqid
1058 cfg80211_find_sched_scan_req(struct cfg80211_registered_device *rdev, u64 reqid) in cfg80211_find_sched_scan_req() argument
1064 if (pos->reqid == reqid) in cfg80211_find_sched_scan_req()
1086 if (!i && !pos->reqid) in cfg80211_sched_scan_req_possible()
1129 void cfg80211_sched_scan_results(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_results() argument
1134 trace_cfg80211_sched_scan_results(wiphy, reqid); in cfg80211_sched_scan_results()
1138 request = cfg80211_find_sched_scan_req(rdev, reqid); in cfg80211_sched_scan_results()
1147 void cfg80211_sched_scan_stopped_rtnl(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_stopped_rtnl() argument
1153 trace_cfg80211_sched_scan_stopped(wiphy, reqid); in cfg80211_sched_scan_stopped_rtnl()
1155 __cfg80211_stop_sched_scan(rdev, reqid, true); in cfg80211_sched_scan_stopped_rtnl()
1159 void cfg80211_sched_scan_stopped(struct wiphy *wiphy, u64 reqid) in cfg80211_sched_scan_stopped() argument
1162 cfg80211_sched_scan_stopped_rtnl(wiphy, reqid); in cfg80211_sched_scan_stopped()
1174 int err = rdev_sched_scan_stop(rdev, req->dev, req->reqid); in cfg80211_stop_sched_scan_req()
1187 u64 reqid, bool driver_initiated) in __cfg80211_stop_sched_scan() argument
1193 sched_scan_req = cfg80211_find_sched_scan_req(rdev, reqid); in __cfg80211_stop_sched_scan()