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

◆ nrf_wifi_hal_buf_map_rx()

unsigned long nrf_wifi_hal_buf_map_rx ( struct nrf_wifi_hal_dev_ctx hal_ctx,
unsigned long  buf,
unsigned int  buf_len,
unsigned int  pool_id,
unsigned int  buf_id 
)

Map a receive buffer for the Wi-Fi HAL.

This function maps a receive buffer to the Wi-Fi HAL device context.

Parameters
hal_ctxPointer to the Wi-Fi HAL device context.
bufThe buffer to be mapped.
buf_lenThe length of the buffer.
pool_idThe pool ID of the buffer.
buf_idThe buffer ID.
Returns
The status of the operation.