![]() |
nRF WiFi
|
| 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 ) |
Parse the Firmware(s) to be loaded to the RPU WLAN device.
| fmac_dev_ctx | Pointer 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_data | Pointer to the address where the firmware data is available. |
| fw_size | Size of the firmware data. |
| fw_info | Pointer to the address where the firmware information needs to be copied. |