Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c2096 tpSendProbeRespParams probe_rsp_info) in wmi_unified_probe_rsp_tmpl_send() argument
2109 wh = (struct ieee80211_frame *)probe_rsp_info->probeRespTemplate; in wmi_unified_probe_rsp_tmpl_send()
2112 params.prb_rsp_template_len = probe_rsp_info->probeRespTemplateLen; in wmi_unified_probe_rsp_tmpl_send()
2113 params.prb_rsp_template_frm = probe_rsp_info->probeRespTemplate; in wmi_unified_probe_rsp_tmpl_send()
2115 probe_rsp_info->go_ignore_non_p2p_probe_req; in wmi_unified_probe_rsp_tmpl_send()
2448 tpSendProbeRespParams probe_rsp_info) in wma_send_probe_rsp_tmpl() argument
2453 if (!probe_rsp_info) { in wma_send_probe_rsp_tmpl()
2459 (probe_rsp_info->probeRespTemplate); in wma_send_probe_rsp_tmpl()
2473 probe_rsp_info) < 0) { in wma_send_probe_rsp_tmpl()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_internal.h772 tpSendProbeRespParams probe_rsp_info);
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_api.c785 struct wmi_probe_resp_params *probe_rsp_info) in wmi_unified_probe_rsp_tmpl_send_cmd() argument
789 vdev_id, probe_rsp_info); in wmi_unified_probe_rsp_tmpl_send_cmd()
H A Dwmi_unified_tlv.c5905 struct wmi_probe_resp_params *probe_rsp_info) in send_probe_rsp_tmpl_send_cmd_tlv() argument
5916 tmpl_len = probe_rsp_info->prb_rsp_template_len; in send_probe_rsp_tmpl_send_cmd_tlv()
5922 prb_resp_tmpl_ml_info_size(probe_rsp_info); in send_probe_rsp_tmpl_send_cmd_tlv()
5941 cmd->flags = probe_rsp_info->go_ignore_non_p2p_probe_req; in send_probe_rsp_tmpl_send_cmd_tlv()
5956 qdf_mem_copy(buf_ptr, probe_rsp_info->prb_rsp_template_frm, tmpl_len); in send_probe_rsp_tmpl_send_cmd_tlv()
5958 buf_ptr = prb_resp_tmpl_add_ml_info(buf_ptr, probe_rsp_info); in send_probe_rsp_tmpl_send_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_api.h1590 struct wmi_probe_resp_params *probe_rsp_info);
H A Dwmi_unified_priv.h825 struct wmi_probe_resp_params *probe_rsp_info);