nrfxlib API 0.1.0
|
void * nrf_wifi_osal_llist_get_node_nxt | ( | void * | llist, |
void * | llist_node | ||
) |
Get the next node in a linked list.
llist | Pointer to a linked list. |
llist_node | Pointer 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.