Prototypes of functions for providing external resources to the radio driver. More...
#include "whd.h"
Go to the source code of this file.
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. More... | |
Enumerations |
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.
Definition in file whd_resource_api.h.
#define BLOCK_SIZE 1024 |
Size of the block.
Definition at line 35 of file whd_resource_api.h.
enum 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. |
Definition at line 39 of file whd_resource_api.h.