Lines Matching refs:hw_scan_req

360 			local->hw_scan_req->req.channels[i] = req->channels[i];
376 local->hw_scan_req->req.channels[n_chans] =
386 local->hw_scan_req->req.n_channels = n_chans;
393 (u8 *)local->hw_scan_req->req.ie,
395 &local->hw_scan_req->ies,
399 local->hw_scan_req->req.ie_len = ielen;
400 local->hw_scan_req->req.no_cck = req->no_cck;
401 ether_addr_copy(local->hw_scan_req->req.mac_addr, req->mac_addr);
402 ether_addr_copy(local->hw_scan_req->req.mac_addr_mask,
404 ether_addr_copy(local->hw_scan_req->req.bssid, req->bssid);
443 local->hw_scan_req);
455 kfree(local->hw_scan_req);
456 local->hw_scan_req = NULL;
724 local->hw_scan_req = kmalloc(
725 sizeof(*local->hw_scan_req) +
728 if (!local->hw_scan_req)
731 local->hw_scan_req->req.ssids = req->ssids;
732 local->hw_scan_req->req.n_ssids = req->n_ssids;
733 ies = (u8 *)local->hw_scan_req +
734 sizeof(*local->hw_scan_req) +
736 local->hw_scan_req->req.ie = ies;
737 local->hw_scan_req->req.flags = req->flags;
738 eth_broadcast_addr(local->hw_scan_req->req.bssid);
739 local->hw_scan_req->req.duration = req->duration;
740 local->hw_scan_req->req.duration_mandatory =
744 local->hw_scan_req->req.n_6ghz_params = req->n_6ghz_params;
745 local->hw_scan_req->req.scan_6ghz_params =
747 local->hw_scan_req->req.scan_6ghz = req->scan_6ghz;
750 * After allocating local->hw_scan_req, we must
815 rc = drv_hw_scan(local, sdata, local->hw_scan_req);
821 kfree(local->hw_scan_req);
822 local->hw_scan_req = NULL;
1250 * local->hw_scan_req to operate on 5G band, what race with
1251 * driver which can use local->hw_scan_req