Lines Matching refs:hw_scan_req

365 			local->hw_scan_req->req.channels[i] = req->channels[i];
381 local->hw_scan_req->req.channels[n_chans] =
391 local->hw_scan_req->req.n_channels = n_chans;
398 (u8 *)local->hw_scan_req->req.ie,
400 &local->hw_scan_req->ies,
404 local->hw_scan_req->req.ie_len = ielen;
405 local->hw_scan_req->req.no_cck = req->no_cck;
406 ether_addr_copy(local->hw_scan_req->req.mac_addr, req->mac_addr);
407 ether_addr_copy(local->hw_scan_req->req.mac_addr_mask,
409 ether_addr_copy(local->hw_scan_req->req.bssid, req->bssid);
448 local->hw_scan_req);
460 kfree(local->hw_scan_req);
461 local->hw_scan_req = NULL;
730 local->hw_scan_req = kmalloc(
731 sizeof(*local->hw_scan_req) +
734 if (!local->hw_scan_req)
737 local->hw_scan_req->req.ssids = req->ssids;
738 local->hw_scan_req->req.n_ssids = req->n_ssids;
739 ies = (u8 *)local->hw_scan_req +
740 sizeof(*local->hw_scan_req) +
742 local->hw_scan_req->req.ie = ies;
743 local->hw_scan_req->req.flags = req->flags;
744 eth_broadcast_addr(local->hw_scan_req->req.bssid);
745 local->hw_scan_req->req.duration = req->duration;
746 local->hw_scan_req->req.duration_mandatory =
750 local->hw_scan_req->req.n_6ghz_params = req->n_6ghz_params;
751 local->hw_scan_req->req.scan_6ghz_params =
753 local->hw_scan_req->req.scan_6ghz = req->scan_6ghz;
756 * After allocating local->hw_scan_req, we must
821 rc = drv_hw_scan(local, sdata, local->hw_scan_req);
827 kfree(local->hw_scan_req);
828 local->hw_scan_req = NULL;
1255 * local->hw_scan_req to operate on 5G band, what race with
1256 * driver which can use local->hw_scan_req