Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_sme_rsp_messages.c1235 struct tdls_mgmt_tx_completion_ind *mgmt_tx_completion_ind; in lim_send_sme_mgmt_tx_completion() local
1238 mgmt_tx_completion_ind = in lim_send_sme_mgmt_tx_completion()
1239 qdf_mem_malloc(sizeof(*mgmt_tx_completion_ind)); in lim_send_sme_mgmt_tx_completion()
1240 if (!mgmt_tx_completion_ind) in lim_send_sme_mgmt_tx_completion()
1244 mgmt_tx_completion_ind->vdev_id = vdev_id; in lim_send_sme_mgmt_tx_completion()
1246 mgmt_tx_completion_ind->tx_complete_status = txCompleteStatus; in lim_send_sme_mgmt_tx_completion()
1249 msg.bodyptr = mgmt_tx_completion_ind; in lim_send_sme_mgmt_tx_completion()
1252 mgmt_tx_completion_ind->psoc = mac->psoc; in lim_send_sme_mgmt_tx_completion()
1259 qdf_mem_free(mgmt_tx_completion_ind); in lim_send_sme_mgmt_tx_completion()