|
libxr
1.0
Want to be the best embedded framework
|
WiFi 连接配置 / WiFi connection configuration. More...
#include <wifi_client.hpp>
Data Fields | |
| char | ssid [33] |
| SSID 名称 / SSID name. | |
| char | password [64] |
| 密码 / Password | |
| Security | security = Security::WPA2_PSK |
| 安全类型 / Security type | |
| const EnterpriseConfig * | enterprise_config |
| 企业认证配置(可选) / Enterprise config (optional) | |
| const StaticIPConfig * | static_ip_config |
| 静态 IP 配置(可选) / Static IP config (optional) | |
| bool | use_dhcp = true |
| 是否使用 DHCP / Use DHCP or not | |
WiFi 连接配置 / WiFi connection configuration.
包含 SSID、密码、DHCP 使用与可选企业配置/静态 IP 设置。
Definition at line 91 of file wifi_client.hpp.
| const EnterpriseConfig* LibXR::WifiClient::Config::enterprise_config |
企业认证配置(可选) / Enterprise config (optional)
Definition at line 97 of file wifi_client.hpp.
| char LibXR::WifiClient::Config::password[64] |
密码 / Password
Definition at line 94 of file wifi_client.hpp.
| Security LibXR::WifiClient::Config::security = Security::WPA2_PSK |
安全类型 / Security type
Definition at line 95 of file wifi_client.hpp.
| char LibXR::WifiClient::Config::ssid[33] |
SSID 名称 / SSID name.
Definition at line 93 of file wifi_client.hpp.
| const StaticIPConfig* LibXR::WifiClient::Config::static_ip_config |
静态 IP 配置(可选) / Static IP config (optional)
Definition at line 99 of file wifi_client.hpp.
| bool LibXR::WifiClient::Config::use_dhcp = true |
是否使用 DHCP / Use DHCP or not
Definition at line 102 of file wifi_client.hpp.