|
ESPHome 2025.12.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 122 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::ca_cert |
Definition at line 126 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::client_cert |
Definition at line 128 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::client_key |
Definition at line 129 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::identity |
Definition at line 123 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::password |
Definition at line 125 of file wifi_component.h.
| esp_eap_ttls_phase2_types esphome::wifi::EAPAuth::ttls_phase_2 |
Definition at line 132 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::username |
Definition at line 124 of file wifi_component.h.