wifi_inc.h
Overview
Related Modules:
Description:
Describes the data structure of WLAN features and bus.
Since:
1.0
Version:
1.0
Summary
Macros
| Macro Name and Value | Description |
|---|---|
| MAX_WIFI_COMPONENT_NAME_LEN 10 | Indicates the length of the name of a WLAN module or feature. |
Enumerations
| Enumeration Name | Description |
|---|---|
| WifiMainFeatureType { HDF_WIFI_FEATURE_BASE, HDF_WIFI_FEATURE_AP, HDF_WIFI_FEATURE_STA, HDF_WIFI_FEATURE_P2P, HDF_WIFI_FEATURE_NAN, HDF_WIFI_FEATURE_RTT, HDF_WIFI_FEATURE_NUM = 10 } | Enumerates feature types of a WLAN module. |
| WifiBusType { BUS_SDIO, BUS_USB } | Enumerates bus types of a WLAN module. |
