nrfxlib API 0.1.0
|
unsigned long nrf_wifi_hal_buf_map_tx | ( | struct nrf_wifi_hal_dev_ctx * | hal_ctx, |
unsigned long | buf, | ||
unsigned int | buf_len, | ||
unsigned int | desc_id, | ||
unsigned int | token, | ||
unsigned int | buf_indx | ||
) |
Map a transmit buffer for the Wi-Fi HAL.
This function maps a transmit 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. |
desc_id | The descriptor ID. |
token | The token. |
buf_indx | The buffer index. |