![]() |
nRF WiFi
|
| unsigned long nrf_wifi_sys_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.
| hal_ctx | Pointer to the Wi-Fi HAL device context. |
| buf | The buffer to be mapped. |
| buf_len | The length of the buffer. |
| pool_id | The pool ID of the buffer. |
| buf_id | The buffer ID. |