libxr 1.0
Want to be the best embedded framework
|
WiFi 连接配置 / WiFi connection configuration. More...
#include <wifi_client.hpp>
Data Fields | |
std::string | ssid |
SSID 名称 / SSID name. | |
std::string | password |
密码 / Password | |
Security | security = Security::WPA2_PSK |
安全类型 / Security type | |
EnterpriseConfig * | enterprise_config |
企业认证配置(可选) / Enterprise authentication config (optional) | |
StaticIPConfig * | static_ip_config |
静态 IP 配置(可选) / Static IP config (optional) | |
bool | use_dhcp = true |
是否使用 DHCP / Whether to use DHCP | |
WiFi 连接配置 / WiFi connection configuration.
Definition at line 74 of file wifi_client.hpp.
EnterpriseConfig* LibXR::WifiClient::Config::enterprise_config |
企业认证配置(可选) / Enterprise authentication config (optional)
Definition at line 80 of file wifi_client.hpp.
std::string LibXR::WifiClient::Config::password |
密码 / Password
Definition at line 77 of file wifi_client.hpp.
Security LibXR::WifiClient::Config::security = Security::WPA2_PSK |
安全类型 / Security type
Definition at line 78 of file wifi_client.hpp.
std::string LibXR::WifiClient::Config::ssid |
SSID 名称 / SSID name.
Definition at line 76 of file wifi_client.hpp.
StaticIPConfig* LibXR::WifiClient::Config::static_ip_config |
静态 IP 配置(可选) / Static IP config (optional)
Definition at line 83 of file wifi_client.hpp.
是否使用 DHCP / Whether to use DHCP
Definition at line 86 of file wifi_client.hpp.