Searched refs:pprobeRespParams (Results 1 – 1 of 1) sorted by relevance
694 tpSendProbeRespParams pprobeRespParams = NULL; in lim_send_probe_rsp_template_to_hal() local852 pprobeRespParams = qdf_mem_malloc(sizeof(tSendProbeRespParams)); in lim_send_probe_rsp_template_to_hal()853 if (!pprobeRespParams) { in lim_send_probe_rsp_template_to_hal()856 sir_copy_mac_addr(pprobeRespParams->bssId, pe_session->bssId); in lim_send_probe_rsp_template_to_hal()857 qdf_mem_copy(pprobeRespParams->probeRespTemplate, in lim_send_probe_rsp_template_to_hal()859 pprobeRespParams->probeRespTemplateLen = nBytes; in lim_send_probe_rsp_template_to_hal()860 qdf_mem_copy(pprobeRespParams->ucProxyProbeReqValidIEBmap, in lim_send_probe_rsp_template_to_hal()865 pprobeRespParams->go_ignore_non_p2p_probe_req = true; in lim_send_probe_rsp_template_to_hal()870 msgQ.bodyptr = pprobeRespParams; in lim_send_probe_rsp_template_to_hal()876 qdf_mem_free(pprobeRespParams); in lim_send_probe_rsp_template_to_hal()