Searched refs:ready_to_extwow (Results 1 – 1 of 1) sorted by relevance
4137 tSirReadyToExtWoWInd *ready_to_extwow; in wma_send_status_of_ext_wow() local4145 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()