nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ llist_get_node_nxt

void *(* nrf_wifi_osal_ops::llist_get_node_nxt) (void *llist, void *llist_node)

Return the node next to the given node in the linked list.

Parameters
llistA pointer to the linked list.
llist_nodeA pointer to the current node.
Returns
A pointer to the next node.