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.c1434 mcast_filter *curr_node, *prev_node; in remove_mcast_ip() local
1436 curr_node = wm_wifi.start_list->next; in remove_mcast_ip()
1443 if (curr_node == NULL && cmp_mac_addr(prev_node->mac_addr, mac_addr)) in remove_mcast_ip()
1467 while (cmp_mac_addr(curr_node->mac_addr, mac_addr) && curr_node->next != NULL) in remove_mcast_ip()
1469 prev_node = curr_node; in remove_mcast_ip()
1470 curr_node = curr_node->next; in remove_mcast_ip()
1472 if (!cmp_mac_addr(curr_node->mac_addr, mac_addr)) in remove_mcast_ip()
1474 prev_node->next = curr_node->next; in remove_mcast_ip()
1476 OSA_MemoryFree(curr_node); in remove_mcast_ip()
1478 OSA_MemoryPoolFree(buf_32_MemoryPool, curr_node); in remove_mcast_ip()