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

◆ nrf_wifi_osal_nbuf_headroom_res()

void nrf_wifi_osal_nbuf_headroom_res ( void *  nbuf,
unsigned int  size 
)

Reserve headroom space in a network buffer.

Parameters
nbufPointer to a network buffer.
sizeSize in bytes of the headroom to be reserved.

Reserves headroom of size(@size) bytes at the beginning of the data area of a network buffer(@nbuf).

Returns
None.