Lines Matching defs:reqid
1232 cfg80211_find_sched_scan_req(struct cfg80211_registered_device *rdev, u64 reqid)
1238 if (pos->reqid == reqid)
1260 if (!i && !pos->reqid)
1303 void cfg80211_sched_scan_results(struct wiphy *wiphy, u64 reqid)
1308 trace_cfg80211_sched_scan_results(wiphy, reqid);
1312 request = cfg80211_find_sched_scan_req(rdev, reqid);
1321 void cfg80211_sched_scan_stopped_locked(struct wiphy *wiphy, u64 reqid)
1327 trace_cfg80211_sched_scan_stopped(wiphy, reqid);
1329 __cfg80211_stop_sched_scan(rdev, reqid, true);
1333 void cfg80211_sched_scan_stopped(struct wiphy *wiphy, u64 reqid)
1337 cfg80211_sched_scan_stopped_locked(wiphy, reqid);
1348 int err = rdev_sched_scan_stop(rdev, req->dev, req->reqid);
1361 u64 reqid, bool driver_initiated)
1367 sched_scan_req = cfg80211_find_sched_scan_req(rdev, reqid);