nRF WiFi
Loading...
Searching...
No Matches

◆ nrf_wifi_osal_llist_get_node_nxt()

void * nrf_wifi_osal_llist_get_node_nxt ( void * llist,
void * llist_node )

Get the next node in a linked list.

Parameters
llistPointer to a linked list.
llist_nodePointer to a linked list node.

Return the node next to the node passed in the llist_node parameter. The node returned is not removed from the linked list.

Returns
Pointer to the next node in the linked list if successful, NULL otherwise.