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

◆ nrf_wifi_osal_llist_add_node_tail()

void nrf_wifi_osal_llist_add_node_tail ( void *  llist,
void *  llist_node 
)

Add a node to the tail of a linked list.

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

Adds a linked list node ( llist_node) allocated by nrf_wifi_osal_llist_node_alloc to the tail of a linked list (llist) allocated by nrf_wifi_osal_llist_alloc.

Returns
None.