# WifiModuleIface - [Overview](#section738593741165636) - [Summary](#section565228422165636) - [Data Fields](#pub-attribs) ## **Overview** **Related Modules:** [WLAN](WLAN.md) **Description:** Defines WLAN module APIs. The APIs can be used to obtain, initialize, update, and perform other operations on a WLAN module. **Since:** 1.0 ## **Summary** ## Data Fields

Variable Name

Description

getModule )(void)

struct WifiModule *(*

updateModule )(struct WifiModule *module)

int32_t(*

init )(struct WifiModule *module)

int32_t(*

deInit )(struct WifiModule *module)

int32_t(*

addFeature )(struct WifiModule *module, uint16_t featureType, struct WifiFeature *featureData)

int32_t(*

delFeature )(struct WifiModule *module, uint16_t featureType)

int32_t(*