Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c4137 tSirReadyToExtWoWInd *ready_to_extwow; in wma_send_status_of_ext_wow() local
4145 ready_to_extwow = qdf_mem_malloc(len); in wma_send_status_of_ext_wow()
4146 if (!ready_to_extwow) in wma_send_status_of_ext_wow()
4149 ready_to_extwow->mesgType = eWNI_SME_READY_TO_EXTWOW_IND; in wma_send_status_of_ext_wow()
4150 ready_to_extwow->mesgLen = len; in wma_send_status_of_ext_wow()
4151 ready_to_extwow->status = status; in wma_send_status_of_ext_wow()
4154 message.bodyptr = (void *)ready_to_extwow; in wma_send_status_of_ext_wow()
4161 qdf_mem_free(ready_to_extwow); in wma_send_status_of_ext_wow()