|
ESPHome 2025.11.0b4
|
#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 (int8_t 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 |
| int8_t | get_priority () const |
| const optional< ManualIP > & | get_manual_ip () const |
| bool | get_hidden () const |
Protected Attributes | |
| std::string | ssid_ |
| std::string | password_ |
| optional< bssid_t > | bssid_ |
| optional< EAPAuth > | eap_ |
| optional< ManualIP > | manual_ip_ |
| optional< uint8_t > | channel_ |
| int8_t | priority_ {0} |
| bool | hidden_ {false} |
Definition at line 147 of file wifi_component.h.
Definition at line 1652 of file wifi_component.cpp.
| const optional< uint8_t > & esphome::wifi::WiFiAP::get_channel | ( | ) | const |
Definition at line 1657 of file wifi_component.cpp.
Definition at line 1655 of file wifi_component.cpp.
| bool esphome::wifi::WiFiAP::get_hidden | ( | ) | const |
Definition at line 1661 of file wifi_component.cpp.
Definition at line 1659 of file wifi_component.cpp.
| const std::string & esphome::wifi::WiFiAP::get_password | ( | ) | const |
Definition at line 1653 of file wifi_component.cpp.
|
inline |
Definition at line 169 of file wifi_component.h.
| const std::string & esphome::wifi::WiFiAP::get_ssid | ( | ) | const |
Definition at line 1651 of file wifi_component.cpp.
| void esphome::wifi::WiFiAP::set_bssid | ( | bssid_t | bssid | ) |
Definition at line 1640 of file wifi_component.cpp.
Definition at line 1641 of file wifi_component.cpp.
| void esphome::wifi::WiFiAP::set_channel | ( | optional< uint8_t > | channel | ) |
Definition at line 1646 of file wifi_component.cpp.
Definition at line 1644 of file wifi_component.cpp.
| void esphome::wifi::WiFiAP::set_hidden | ( | bool | hidden | ) |
Definition at line 1650 of file wifi_component.cpp.
Definition at line 1648 of file wifi_component.cpp.
| void esphome::wifi::WiFiAP::set_password | ( | const std::string & | password | ) |
Definition at line 1642 of file wifi_component.cpp.
|
inline |
Definition at line 157 of file wifi_component.h.
| void esphome::wifi::WiFiAP::set_ssid | ( | const std::string & | ssid | ) |
Definition at line 1639 of file wifi_component.cpp.
Definition at line 178 of file wifi_component.h.
|
protected |
Definition at line 185 of file wifi_component.h.
Definition at line 180 of file wifi_component.h.
|
protected |
Definition at line 187 of file wifi_component.h.
Definition at line 183 of file wifi_component.h.
|
protected |
Definition at line 177 of file wifi_component.h.
|
protected |
Definition at line 186 of file wifi_component.h.
|
protected |
Definition at line 176 of file wifi_component.h.