Searched refs:chan_switch_tx_rsp (Results 1 – 1 of 1) sorted by relevance
9997 tSirSmeCSAIeTxCompleteRsp *chan_switch_tx_rsp; in lim_send_csa_tx_complete() local10001 uint8_t length = sizeof(*chan_switch_tx_rsp); in lim_send_csa_tx_complete()10029 chan_switch_tx_rsp = qdf_mem_malloc(length); in lim_send_csa_tx_complete()10030 if (!chan_switch_tx_rsp) in lim_send_csa_tx_complete()10033 chan_switch_tx_rsp->sessionId = session->smeSessionId; in lim_send_csa_tx_complete()10034 chan_switch_tx_rsp->chanSwIeTxStatus = QDF_STATUS_SUCCESS; in lim_send_csa_tx_complete()10037 msg.bodyptr = chan_switch_tx_rsp; in lim_send_csa_tx_complete()10042 qdf_mem_free(chan_switch_tx_rsp); in lim_send_csa_tx_complete()