Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c1412 mcast_filter *curr_node, *prev_node; in remove_mcast_ip() local
1414 curr_node = wm_wifi.start_list->next; in remove_mcast_ip()
1421 if (curr_node == NULL && cmp_mac_addr(prev_node->mac_addr, mac_addr)) in remove_mcast_ip()
1445 while (cmp_mac_addr(curr_node->mac_addr, mac_addr) && curr_node->next != NULL) in remove_mcast_ip()
1447 prev_node = curr_node; in remove_mcast_ip()
1448 curr_node = curr_node->next; in remove_mcast_ip()
1450 if (!cmp_mac_addr(curr_node->mac_addr, mac_addr)) in remove_mcast_ip()
1452 prev_node->next = curr_node->next; in remove_mcast_ip()
1454 OSA_MemoryFree(curr_node); in remove_mcast_ip()
1456 OSA_MemoryPoolFree(buf_32_MemoryPool, curr_node); in remove_mcast_ip()