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

◆ nbuf_data_push

void *(* nrf_wifi_osal_ops::nbuf_data_push) (void *nbuf, unsigned int size)

Increase the data area of a network buffer at the start of the area.

Parameters
nbufA pointer to the network buffer.
sizeThe size to increase the data area by.
Returns
A pointer to the beginning of the data area.