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

◆ nrf_wifi_fmac_fw_parse()

enum nrf_wifi_status nrf_wifi_fmac_fw_parse ( struct nrf_wifi_fmac_dev_ctx fmac_dev_ctx,
const void *  fw_data,
unsigned int  fw_size,
struct nrf_wifi_fmac_fw_info fw_info 
)

#include <nrf_wifi/fw_if/umac_if/inc/fmac_api_common.h>

Parse the Firmware(s) to be loaded to the RPU WLAN device.

Parameters
fmac_dev_ctxPointer to the UMAC IF context for a RPU WLAN device, which was passed as fmac_dev_ctx parameter via the add_dev_callbk_fn() callback function.
fw_dataPointer to the address where the firmware data is available.
fw_sizeSize of the firmware data.
fw_infoPointer to the address where the firmware information needs to be copied.
Returns
Command execution status