# wifi\_module.h - [Overview](#section1152077296165630) - [Summary](#section1358739212165630) - [Data Structures](#nested-classes) - [Functions](#func-members) ## **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) |