Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c168 void *dot11n_eventbuf = OSA_MemoryAllocate(evt->length); in wifi_11n_save_request() local
170 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()