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

◆ nrf_wifi_hal_buf_unmap_rx()

unsigned long nrf_wifi_hal_buf_unmap_rx ( struct nrf_wifi_hal_dev_ctx hal_ctx,
unsigned int  data_len,
unsigned int  pool_id,
unsigned int  buf_id 
)

Unmap a receive buffer from the Wi-Fi HAL.

This function unmaps a receive buffer from the Wi-Fi HAL device context.

Parameters
hal_ctxPointer to the Wi-Fi HAL device context.
data_lenThe length of the data.
pool_idThe pool ID of the buffer.
buf_idThe buffer ID.
Returns
The status of the operation.