Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/
H A Dtarget_if_wifi_pos_rx_ops.c68 struct wmi_oem_response_param oem_resp_param = {0}; in target_if_wifi_pos_oem_rsp_ev_handler() local
102 &oem_resp_param); in target_if_wifi_pos_oem_rsp_ev_handler()
104 oem_rsp.rsp_len_1 = oem_resp_param.num_data1; in target_if_wifi_pos_oem_rsp_ev_handler()
105 oem_rsp.data_1 = oem_resp_param.data_1; in target_if_wifi_pos_oem_rsp_ev_handler()
107 if (oem_resp_param.num_data2) { in target_if_wifi_pos_oem_rsp_ev_handler()
108 oem_rsp.rsp_len_2 = oem_resp_param.num_data2; in target_if_wifi_pos_oem_rsp_ev_handler()
109 oem_rsp.data_2 = oem_resp_param.data_2; in target_if_wifi_pos_oem_rsp_ev_handler()
112 indirect = &oem_resp_param.indirect_data; in target_if_wifi_pos_oem_rsp_ev_handler()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_api.c3565 struct wmi_oem_response_param *oem_resp_param) in wmi_extract_oem_response_param() argument
3570 oem_resp_param); in wmi_extract_oem_response_param()
H A Dwmi_unified_tlv.c18936 struct wmi_oem_response_param *oem_resp_param) in extract_oem_response_param_tlv() argument
18948 oem_resp_param->num_data1 = param_buf->num_data; in extract_oem_response_param_tlv()
18949 oem_resp_param->data_1 = param_buf->data; in extract_oem_response_param_tlv()
18953 oem_resp_param->num_data2 = param_buf->num_data2; in extract_oem_response_param_tlv()
18954 oem_resp_param->data_2 = param_buf->data2; in extract_oem_response_param_tlv()
18958 oem_resp_param->indirect_data.pdev_id = in extract_oem_response_param_tlv()
18961 oem_resp_param->indirect_data.addr = in extract_oem_response_param_tlv()
18964 oem_resp_param->indirect_data.len = in extract_oem_response_param_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_api.h4681 struct wmi_oem_response_param *oem_resp_param);
H A Dwmi_unified_priv.h2890 struct wmi_oem_response_param *oem_resp_param);