# wifi\_module.h ## **Overview** **Related Modules:** [WLAN](WLAN.md) **Description:** Provides features of the WLAN module and functions to create and delete modules. The **[WifiModule](WifiModule.md)** object is a core abstraction of the WLAN driver. It contains a module that communicates with user-level processes and also contains features. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
WifiModuleCreate (const struct HdfConfigWifiModuleConfig *config) |
struct WifiModule * Creates a WifiModule object based on a specified configuration generated by the HCS. |
WifiModuleDelete (struct WifiModule *module) |
Deletes a specified WifiModule object. |
DelFeature (struct WifiModule *module, uint16_t featureType) |
|
AddFeature (struct WifiModule *module, uint16_t featureType, struct WifiFeature *featureData) |