Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c5709 t_u16 *wnm_action_p = (t_u16 *)OSA_MemoryAllocate(sizeof(t_u16)); in wifi_handle_fw_event() local
5711 t_u16 *wnm_action_p = (t_u16 *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in wifi_handle_fw_event()
5713 if (!wnm_action_p) in wifi_handle_fw_event()
5719 *wnm_action_p = evt->reason_code; in wifi_handle_fw_event()
5720 wlan_update_wnm_ps_status((wnm_ps_result *)wnm_action_p); in wifi_handle_fw_event()
5722 (void *)((t_u32)wnm_action_p)) != WM_SUCCESS) in wifi_handle_fw_event()
5726 OSA_MemoryFree((void *)wnm_action_p); in wifi_handle_fw_event()
5728 OSA_MemoryPoolFree(buf_32_MemoryPool, wnm_action_p); in wifi_handle_fw_event()