|
ESPHome 2026.1.1
|
#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 147 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::ca_cert |
Definition at line 151 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::client_cert |
Definition at line 153 of file wifi_component.h.
| const char* esphome::wifi::EAPAuth::client_key |
Definition at line 154 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::identity |
Definition at line 148 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::password |
Definition at line 150 of file wifi_component.h.
| esp_eap_ttls_phase2_types esphome::wifi::EAPAuth::ttls_phase_2 |
Definition at line 157 of file wifi_component.h.
| std::string esphome::wifi::EAPAuth::username |
Definition at line 149 of file wifi_component.h.