|
ESPHome 2026.3.0-dev
|
#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 152 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::ca_cert |
Definition at line 156 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::client_cert |
Definition at line 158 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::client_key |
Definition at line 159 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::identity |
Definition at line 153 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::password |
Definition at line 155 of file wifi_component.h.
| esp_eap_ttls_phase2_types esphome::wifi::EAPAuth::ttls_phase_2 |
Definition at line 162 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::username |
Definition at line 154 of file wifi_component.h.