ESPHome  2024.4.1
Data Fields
esphome::wifi::EAPAuth Struct Reference

#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
 

Detailed Description

Definition at line 97 of file wifi_component.h.

Field Documentation

◆ ca_cert

const char* esphome::wifi::EAPAuth::ca_cert

Definition at line 101 of file wifi_component.h.

◆ client_cert

const char* esphome::wifi::EAPAuth::client_cert

Definition at line 103 of file wifi_component.h.

◆ client_key

const char* esphome::wifi::EAPAuth::client_key

Definition at line 104 of file wifi_component.h.

◆ identity

std::string esphome::wifi::EAPAuth::identity

Definition at line 98 of file wifi_component.h.

◆ password

std::string esphome::wifi::EAPAuth::password

Definition at line 100 of file wifi_component.h.

◆ username

std::string esphome::wifi::EAPAuth::username

Definition at line 99 of file wifi_component.h.


The documentation for this struct was generated from the following file: