Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/wfa_config/dispatcher/src/
Dwlan_wfa_tgt_if_tx_api.c122 struct set_wfatest_params *wmi_wfatest) in wlan_send_wfatest_cmd() argument
129 if (!vdev || !wmi_wfatest) { in wlan_send_wfatest_cmd()
134 if (wmi_wfatest->cmd == WFA_FILS_DISCV_FRAMES) { in wlan_send_wfatest_cmd()
141 param.vdev_id = wmi_wfatest->vdev_id; in wlan_send_wfatest_cmd()
142 if (wmi_wfatest->value) in wlan_send_wfatest_cmd()
146 } else if (wmi_wfatest->cmd == WFA_IGNORE_H2E_RSNXE) { in wlan_send_wfatest_cmd()
149 wmi_wfatest->value); in wlan_send_wfatest_cmd()
158 return tx_ops->send_wfa_test_cmd(vdev, wmi_wfatest); in wlan_send_wfatest_cmd()
/wlan-driver/qcacld-3.0/components/umac/mlme/wfa_config/dispatcher/inc/
Dwlan_wfa_ucfg_api.h39 struct set_wfatest_params *wmi_wfatest) in ucfg_send_wfatest_cmd() argument
41 return wlan_send_wfatest_cmd(vdev, wmi_wfatest); in ucfg_send_wfatest_cmd()
Dwlan_wfa_tgt_if_tx_api.h38 struct set_wfatest_params *wmi_wfatest);
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c11666 struct set_wfatest_params *wmi_wfatest) in send_wfa_test_cmd_tlv() argument
11677 len += wfa_config_param_len(wmi_wfatest->cmd); in send_wfa_test_cmd_tlv()
11688 cmd->vdev_id = wmi_wfatest->vdev_id; in send_wfa_test_cmd_tlv()
11691 if (wmi_wfatest->cmd == WFA_CONFIG_RXNE) { in send_wfa_test_cmd_tlv()
11698 rxne->rsnxe_param = wmi_wfatest->value; in send_wfa_test_cmd_tlv()
11705 if (wmi_wfatest->cmd == WFA_CONFIG_CSA) { in send_wfa_test_cmd_tlv()
11712 csa->ignore_csa = wmi_wfatest->value; in send_wfa_test_cmd_tlv()
11719 if (wmi_wfatest->cmd == WFA_CONFIG_OCV) { in send_wfa_test_cmd_tlv()
11727 if (wmi_fill_ocv_frame_type(wmi_wfatest->ocv_param->frame_type, in send_wfa_test_cmd_tlv()
11731 ocv->chan_freq = wmi_wfatest->ocv_param->freq; in send_wfa_test_cmd_tlv()
[all …]
Dwmi_unified_api.c1156 struct set_wfatest_params *wmi_wfatest) in wmi_unified_wfa_test_cmd() argument
1160 wmi_wfatest); in wmi_unified_wfa_test_cmd()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_api.h3744 struct set_wfatest_params *wmi_wfatest);
Dwmi_unified_priv.h2245 struct set_wfatest_params *wmi_wfatest);