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

◆ nrf_wifi_osal_llist_node_data_set()

void nrf_wifi_osal_llist_node_data_set ( void * node,
void * data )

Set data in a linked list node.

Parameters
nodePointer to a linked list node.
dataPointer to the data to be stored in the linked list node.

Stores the pointer to the data(data) in a linked list node(node).