Home
last modified time | relevance | path

Searched refs:nrf_wifi_validate_fw_header (Results 1 – 2 of 2) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/inc/common/
Dfmac_api_common.h56 enum nrf_wifi_status nrf_wifi_validate_fw_header(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx,
/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_api_common.c126 enum nrf_wifi_status nrf_wifi_validate_fw_header(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, in nrf_wifi_validate_fw_header() function
181 if (nrf_wifi_validate_fw_header(fmac_dev_ctx, info) != NRF_WIFI_STATUS_SUCCESS) { in nrf_wifi_fmac_fw_parse()