libxr
1.0
Want to be the best embedded framework
|
企业 WiFi 配置 / Enterprise WiFi configuration More...
#include <wifi_client.hpp>
Data Fields | |
const char * | identity |
EAP 身份标识 / EAP identity. | |
const char * | username |
用户名 / Username | |
const char * | password |
密码 / Password | |
const char * | ca_cert |
CA 证书路径 / CA certificate path. | |
const char * | client_cert |
客户端证书路径 / Client certificate path | |
const char * | client_key |
客户端密钥路径 / Client key path | |
企业 WiFi 配置 / Enterprise WiFi configuration
包含身份验证相关的配置,如用户名、密码和证书路径。
Definition at line 61 of file wifi_client.hpp.
const char* LibXR::WifiClient::EnterpriseConfig::ca_cert |
CA 证书路径 / CA certificate path.
Definition at line 66 of file wifi_client.hpp.
const char* LibXR::WifiClient::EnterpriseConfig::client_cert |
客户端证书路径 / Client certificate path
Definition at line 67 of file wifi_client.hpp.
const char* LibXR::WifiClient::EnterpriseConfig::client_key |
客户端密钥路径 / Client key path
Definition at line 68 of file wifi_client.hpp.
const char* LibXR::WifiClient::EnterpriseConfig::identity |
EAP 身份标识 / EAP identity.
Definition at line 63 of file wifi_client.hpp.
const char* LibXR::WifiClient::EnterpriseConfig::password |
密码 / Password
Definition at line 65 of file wifi_client.hpp.
const char* LibXR::WifiClient::EnterpriseConfig::username |
用户名 / Username
Definition at line 64 of file wifi_client.hpp.