Lines Matching refs:int_scan_req
907 struct cfg80211_scan_request *old = rdev->int_scan_req;
909 rdev->int_scan_req = request;
916 rdev->int_scan_req->info = old->info;
920 rdev->int_scan_req = old;
964 rdev->int_scan_req = request;
991 request = rdev->int_scan_req ? rdev->int_scan_req : rdev_req;
1028 kfree(rdev->int_scan_req);
1029 rdev->int_scan_req = NULL;
1059 request != wiphy_to_rdev(request->wiphy)->int_scan_req);