ESPHome
2024.10.2
|
#include <wifi_component.h>
Public Member Functions | |
void | set_ssid (const std::string &ssid) |
void | set_bssid (bssid_t bssid) |
void | set_bssid (optional< bssid_t > bssid) |
void | set_password (const std::string &password) |
void | set_eap (optional< EAPAuth > eap_auth) |
void | set_channel (optional< uint8_t > channel) |
void | set_priority (float priority) |
void | set_manual_ip (optional< ManualIP > manual_ip) |
void | set_hidden (bool hidden) |
const std::string & | get_ssid () const |
const optional< bssid_t > & | get_bssid () const |
const std::string & | get_password () const |
const optional< EAPAuth > & | get_eap () const |
const optional< uint8_t > & | get_channel () const |
float | get_priority () const |
const optional< ManualIP > & | get_manual_ip () const |
bool | get_hidden () const |
Protected Attributes | |
std::string | ssid_ |
optional< bssid_t > | bssid_ |
std::string | password_ |
optional< EAPAuth > | eap_ |
optional< uint8_t > | channel_ |
float | priority_ {0} |
optional< ManualIP > | manual_ip_ |
bool | hidden_ {false} |
Definition at line 123 of file wifi_component.h.
Definition at line 791 of file wifi_component.cpp.
const optional< uint8_t > & esphome::wifi::WiFiAP::get_channel | ( | ) | const |
Definition at line 796 of file wifi_component.cpp.
Definition at line 794 of file wifi_component.cpp.
bool esphome::wifi::WiFiAP::get_hidden | ( | ) | const |
Definition at line 798 of file wifi_component.cpp.
Definition at line 797 of file wifi_component.cpp.
const std::string & esphome::wifi::WiFiAP::get_password | ( | ) | const |
Definition at line 792 of file wifi_component.cpp.
|
inline |
Definition at line 143 of file wifi_component.h.
const std::string & esphome::wifi::WiFiAP::get_ssid | ( | ) | const |
Definition at line 790 of file wifi_component.cpp.
void esphome::wifi::WiFiAP::set_bssid | ( | bssid_t | bssid | ) |
Definition at line 781 of file wifi_component.cpp.
Definition at line 782 of file wifi_component.cpp.
void esphome::wifi::WiFiAP::set_channel | ( | optional< uint8_t > | channel | ) |
Definition at line 787 of file wifi_component.cpp.
Definition at line 785 of file wifi_component.cpp.
void esphome::wifi::WiFiAP::set_hidden | ( | bool | hidden | ) |
Definition at line 789 of file wifi_component.cpp.
Definition at line 788 of file wifi_component.cpp.
void esphome::wifi::WiFiAP::set_password | ( | const std::string & | password | ) |
Definition at line 783 of file wifi_component.cpp.
|
inline |
Definition at line 133 of file wifi_component.h.
void esphome::wifi::WiFiAP::set_ssid | ( | const std::string & | ssid | ) |
Definition at line 780 of file wifi_component.cpp.
Definition at line 149 of file wifi_component.h.
|
protected |
Definition at line 154 of file wifi_component.h.
Definition at line 152 of file wifi_component.h.
|
protected |
Definition at line 157 of file wifi_component.h.
Definition at line 156 of file wifi_component.h.
|
protected |
Definition at line 150 of file wifi_component.h.
|
protected |
Definition at line 155 of file wifi_component.h.
|
protected |
Definition at line 148 of file wifi_component.h.