nrfxlib API 0.1.0
|
struct nrf_wifi_fmac_priv * nrf_wifi_fmac_init | ( | struct nrf_wifi_data_config_params * | data_config, |
struct rx_buf_pool_params * | rx_buf_pools, | ||
struct nrf_wifi_fmac_callbk_fns * | callbk_fns | ||
) |
#include <nrf_wifi/fw_if/umac_if/inc/default/fmac_api.h>
Initialize the UMAC IF layer.
data_config | Pointer to configuration of data queues. |
rx_buf_pools | Pointer to configuration of Rx queue buffers. See rx_buf_pool_params |
callbk_fns | Pointer to callback functions for addressing events from the UMAC layer. e.g. callback function to process packet received from RPU firmware, scan result etc |
This function initializes the UMAC IF layer. It does the following: