Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_management_frames.c1242 uint32_t tx_complete, in lim_mscs_req_tx_complete_cnf() argument
1249 (tx_complete == WMI_MGMT_TX_COMP_TYPE_COMPLETE_OK) ? in lim_mscs_req_tx_complete_cnf()
1250 "success" : "fail", tx_complete); in lim_mscs_req_tx_complete_cnf()
1252 if (tx_complete == WMI_MGMT_TX_COMP_TYPE_COMPLETE_OK) { in lim_mscs_req_tx_complete_cnf()
1368 uint32_t tx_complete, in lim_assoc_rsp_tx_complete() argument
1422 if (tx_complete != WMI_MGMT_TX_COMP_TYPE_COMPLETE_OK) { in lim_assoc_rsp_tx_complete()
1519 bool tx_complete) in lim_send_assoc_rsp_mgmt_frame() argument
1970 if (tx_complete) in lim_send_assoc_rsp_mgmt_frame()
2165 uint8_t tx_complete, in wlan_send_tx_complete_event() argument
2182 if (tx_complete == WMI_MGMT_TX_COMP_TYPE_COMPLETE_OK) in wlan_send_tx_complete_event()
[all …]
H A Dlim_process_tdls.c571 uint32_t tx_complete, void *params) in lim_mgmt_tdls_tx_complete() argument
594 tx_complete == WMI_MGMT_TX_COMP_TYPE_COMPLETE_OK) in lim_mgmt_tdls_tx_complete()
603 tx_complete); in lim_mgmt_tdls_tx_complete()
608 mac_ctx->lim.tdls_frm_session_id, tx_complete, in lim_mgmt_tdls_tx_complete()
H A Dlim_types.h910 bool tx_complete);
/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_cmds_process.h176 struct tdls_mgmt_tx_completion_ind *tx_complete);
H A Dwlan_tdls_cmds_process.c1533 struct tdls_mgmt_tx_completion_ind *tx_complete) in tdls_send_mgmt_tx_completion() argument
1542 psoc = tx_complete->psoc; in tdls_send_mgmt_tx_completion()
1544 tx_complete->vdev_id, in tdls_send_mgmt_tx_completion()
1563 ind.status = tx_complete->tx_complete_status; in tdls_send_mgmt_tx_completion()
1570 qdf_mem_free(tx_complete); in tdls_send_mgmt_tx_completion()