ESPHome  2024.7.2
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
 
esp_eap_ttls_phase2_types ttls_phase_2
 

Detailed Description

Definition at line 101 of file wifi_component.h.

Field Documentation

◆ ca_cert

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

Definition at line 105 of file wifi_component.h.

◆ client_cert

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

Definition at line 107 of file wifi_component.h.

◆ client_key

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

Definition at line 108 of file wifi_component.h.

◆ identity

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

Definition at line 102 of file wifi_component.h.

◆ password

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

Definition at line 104 of file wifi_component.h.

◆ ttls_phase_2

esp_eap_ttls_phase2_types esphome::wifi::EAPAuth::ttls_phase_2

Definition at line 111 of file wifi_component.h.

◆ username

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

Definition at line 103 of file wifi_component.h.


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