libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::WifiClient::EnterpriseConfig Struct Reference

企业 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
 

Detailed Description

企业 WiFi 配置 / Enterprise WiFi configuration

包含身份验证相关的配置,如用户名、密码和证书路径。

Definition at line 61 of file wifi_client.hpp.

Field Documentation

◆ ca_cert

const char* LibXR::WifiClient::EnterpriseConfig::ca_cert

CA 证书路径 / CA certificate path.

Definition at line 66 of file wifi_client.hpp.

◆ client_cert

const char* LibXR::WifiClient::EnterpriseConfig::client_cert

客户端证书路径 / Client certificate path

Definition at line 67 of file wifi_client.hpp.

◆ client_key

const char* LibXR::WifiClient::EnterpriseConfig::client_key

客户端密钥路径 / Client key path

Definition at line 68 of file wifi_client.hpp.

◆ identity

const char* LibXR::WifiClient::EnterpriseConfig::identity

EAP 身份标识 / EAP identity.

Definition at line 63 of file wifi_client.hpp.

◆ password

const char* LibXR::WifiClient::EnterpriseConfig::password

密码 / Password

Definition at line 65 of file wifi_client.hpp.

◆ username

const char* LibXR::WifiClient::EnterpriseConfig::username

用户名 / Username

Definition at line 64 of file wifi_client.hpp.


The documentation for this struct was generated from the following file: