ESPHome  2023.5.4
Data Fields
esphome::wifi::EAPAuth Struct Reference

#include <wifi_component.h>

Data Fields

std::string identity
 
std::string username
 
std::string password
 
const char * ca_cert
 
const char * client_cert
 
const char * client_key
 

Detailed Description

Definition at line 86 of file wifi_component.h.

Field Documentation

◆ ca_cert

const char* esphome::wifi::EAPAuth::ca_cert

Definition at line 90 of file wifi_component.h.

◆ client_cert

const char* esphome::wifi::EAPAuth::client_cert

Definition at line 92 of file wifi_component.h.

◆ client_key

const char* esphome::wifi::EAPAuth::client_key

Definition at line 93 of file wifi_component.h.

◆ identity

std::string esphome::wifi::EAPAuth::identity

Definition at line 87 of file wifi_component.h.

◆ password

std::string esphome::wifi::EAPAuth::password

Definition at line 89 of file wifi_component.h.

◆ username

std::string esphome::wifi::EAPAuth::username

Definition at line 88 of file wifi_component.h.


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