Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c1384 mcast_filter *node_t, *new_node; in add_mcast_ip() local
1386 node_t = wm_wifi.start_list; in add_mcast_ip()
1405 while (node_t->next != NULL && cmp_mac_addr(node_t->mac_addr, mac_addr)) in add_mcast_ip()
1407 node_t = node_t->next; in add_mcast_ip()
1410 if (!cmp_mac_addr(node_t->mac_addr, mac_addr)) in add_mcast_ip()
1427 node_t->next = new_node; in add_mcast_ip()
1489 mcast_filter *node_t; in make_filter_list() local
1492 node_t = wm_wifi.start_list; in make_filter_list()
1493 while (node_t != NULL) in make_filter_list()
1495 (void)memcpy((void *)mlist, (const void *)node_t->mac_addr, MLAN_MAC_ADDR_LENGTH); in make_filter_list()
[all …]