# wifi\_device\_config.h ## **Overview** **Related Modules:** [Wifiservice](Wifiservice.md) **Description:** Defines the Wi-Fi station configuration. The Wi-Fi station configuration includes the security type and data length. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Structures
Represents the Wi-Fi station configuration used to connect to a specified Wi-Fi device. |
|
Represents the Wi-Fi station configuration used to connect to a specified Wi-Fi device. |
Indicates the maximum number of Wi-Fi station configurations that can be added using AddDeviceConfig. |
|
WIFI_CONFIG_INVALID (-1) |
Indicates the value of networkId when the configuration file is unavailable. |
Indicates the maximum length of a Wi-Fi MAC address or a Wi-Fi BSSID. |
|
WIFI_PSK_LEN 32 |
typedef struct WifiDeviceConfig Represents the Wi-Fi station configuration used to connect to a specified Wi-Fi device. |