Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_shim.c127 mlan_status mlan_register(IN pmlan_device pmdevice, OUT t_void **ppmlan_adapter) in mlan_register() argument
135 MASSERT(pmdevice); in mlan_register()
139 print_callback = pmdevice->callbacks.moal_print; in mlan_register()
140 get_sys_time_callback = pmdevice->callbacks.moal_get_system_time; in mlan_register()
146 MASSERT(pmdevice->callbacks.moal_malloc); in mlan_register()
152 …if ((pmdevice->callbacks.moal_malloc(/* pmdevice->pmoal_handle */ NULL, sizeof(mlan_adapter), MLAN… in mlan_register()
173 (void)__memmove(pmadapter->pmoal_handle, pcb, &pmdevice->callbacks, sizeof(mlan_callbacks)); in mlan_register()
179 if (pmdevice->bss_attr[i].active == MTRUE) in mlan_register()
204 pmadapter->priv[i]->bss_type = pmdevice->bss_attr[i].bss_type; in mlan_register()
205 pmadapter->priv[i]->frame_type = (t_u8)pmdevice->bss_attr[i].frame_type; in mlan_register()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_decl.h1059 MLAN_API mlan_status mlan_register(IN pmlan_device pmdevice, OUT t_void **ppmlan_adapter);