Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/wfa_config/dispatcher/src/
Dwlan_wfa_tgt_if_tx_api.c153 if (!tx_ops || !tx_ops->send_wfa_test_cmd) { 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_config_public_struct.h38 QDF_STATUS (*send_wfa_test_cmd)(struct wlan_objmgr_vdev *vdev, member
/wlan-driver/qcacld-3.0/components/target_if/wfa_config/src/
Dtarget_if_wfa_testcmd.c77 tx_ops->send_wfa_test_cmd = target_if_wfa_send_cmd; in target_if_wfatestcmd_register_tx_ops()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_api.c1158 if (wmi_handle->ops->send_wfa_test_cmd) in wmi_unified_wfa_test_cmd()
1159 return wmi_handle->ops->send_wfa_test_cmd(wmi_handle, in wmi_unified_wfa_test_cmd()
Dwmi_unified_tlv.c21712 .send_wfa_test_cmd = send_wfa_test_cmd_tlv,
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_priv.h2244 QDF_STATUS (*send_wfa_test_cmd)(wmi_unified_t wmi_handle, member