Home
last modified time | relevance | path

Searched refs:pprobeRespParams (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_api.c694 tpSendProbeRespParams pprobeRespParams = NULL; in lim_send_probe_rsp_template_to_hal() local
852 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()