ESPHome
2024.10.2
|
#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 |
Definition at line 106 of file wifi_component.h.
const char* esphome::wifi::EAPAuth::ca_cert |
Definition at line 110 of file wifi_component.h.
const char* esphome::wifi::EAPAuth::client_cert |
Definition at line 112 of file wifi_component.h.
const char* esphome::wifi::EAPAuth::client_key |
Definition at line 113 of file wifi_component.h.
std::string esphome::wifi::EAPAuth::identity |
Definition at line 107 of file wifi_component.h.
std::string esphome::wifi::EAPAuth::password |
Definition at line 109 of file wifi_component.h.
esp_eap_ttls_phase2_types esphome::wifi::EAPAuth::ttls_phase_2 |
Definition at line 116 of file wifi_component.h.
std::string esphome::wifi::EAPAuth::username |
Definition at line 108 of file wifi_component.h.