nrfxlib API 0.1.0
|
void * nrf_wifi_osal_nbuf_data_put | ( | void * | nbuf, |
unsigned int | size | ||
) |
Extend the tail portion of the data in a network buffer.
nbuf | Pointer to a network buffer. |
size | Size in bytes of the extension. |
Increases the data area of a network buffer(@nbuf) by @size bytes at the end of the area and returns the pointer to the beginning of the data area.