nrfxlib API 0.1.0
|
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.
hal_ctx | Pointer to the Wi-Fi HAL device context. |
data_len | The length of the data. |
pool_id | The pool ID of the buffer. |
buf_id | The buffer ID. |