Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c5532 sta_node *sta_node_ptr; in wifi_handle_fw_event() local
5975 sta_node_ptr = OSA_MemoryAllocate(sizeof(sta_node)); in wifi_handle_fw_event()
5977 sta_node_ptr = OSA_MemoryPoolAllocate(buf_256_MemoryPool); in wifi_handle_fw_event()
5979 if (sta_node_ptr == MNULL) in wifi_handle_fw_event()
5990 memset(sta_node_ptr, 0x00, sizeof(sta_node)); in wifi_handle_fw_event()
5992 … wrapper_wlan_check_sta_capability((mlan_private *)mlan_adap->priv[1], msg->data, sta_node_ptr); in wifi_handle_fw_event()
5994 if (sta_node_ptr->is_11n_enabled) in wifi_handle_fw_event()
6002 OSA_MemoryFree(sta_node_ptr); in wifi_handle_fw_event()
6004 OSA_MemoryPoolFree(buf_256_MemoryPool, sta_node_ptr); in wifi_handle_fw_event()