|
ESPHome 2026.1.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 131 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::ca_cert |
Definition at line 135 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::client_cert |
Definition at line 137 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::client_key |
Definition at line 138 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::identity |
Definition at line 132 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::password |
Definition at line 134 of file wifi_component.h.
| esp_eap_ttls_phase2_types esphome::wifi::EAPAuth::ttls_phase_2 |
Definition at line 141 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::username |
Definition at line 133 of file wifi_component.h.