Infineon Logo Wi-Fi Host Driver (WHD) Public API Reference Guide
 
whd_resource_api.h File Reference

General Description

Prototypes of functions for providing external resources to the radio driver.

This file provides prototypes for functions which allow WHD to download firmware, NVRAM and CLM BLOB on a particular hardware platform.

Data Structures

struct  whd_resource_source
 Interface to a data source that provides external resources to the radio driver. More...
 

Macros

#define BLOCK_SIZE   1024
 Size of the block.
 
#define NVM_IMAGE_SIZE_ALIGNMENT   4
 The alignment size of NVRAM image.
 

Enumerations

enum  whd_resource_type_t { WHD_RESOURCE_WLAN_FIRMWARE, WHD_RESOURCE_WLAN_NVRAM, WHD_RESOURCE_WLAN_CLM }
 Type of resources. More...
 

Enumeration Type Documentation

◆ whd_resource_type_t

Type of resources.

Enumerator
WHD_RESOURCE_WLAN_FIRMWARE 

Resource type: WLAN Firmware.

WHD_RESOURCE_WLAN_NVRAM 

Resource type: NVRAM file.

WHD_RESOURCE_WLAN_CLM 

Resource type: CLM_BLOB file.