Searched refs:dot11n_eventbuf (Results 1 – 1 of 1) sorted by relevance
168 void *dot11n_eventbuf = OSA_MemoryAllocate(evt->length); in wifi_11n_save_request() local170 void *dot11n_eventbuf = OSA_MemoryPoolAllocate(buf_256_MemoryPool); in wifi_11n_save_request()173 if (dot11n_eventbuf == MNULL) in wifi_11n_save_request()179 (void)memcpy((void *)dot11n_eventbuf, (const void *)evt, evt->length); in wifi_11n_save_request()180 return dot11n_eventbuf; in wifi_11n_save_request()