#include <wifi_component.h>
Definition at line 190 of file wifi_component.h.
◆ WiFiScanResult()
| esphome::wifi::WiFiScanResult::WiFiScanResult |
( |
const bssid_t & | bssid, |
|
|
std::string | ssid, |
|
|
uint8_t | channel, |
|
|
int8_t | rssi, |
|
|
bool | with_auth, |
|
|
bool | is_hidden ) |
◆ get_bssid()
| const bssid_t & esphome::wifi::WiFiScanResult::get_bssid |
( |
| ) |
const |
◆ get_channel()
| uint8_t esphome::wifi::WiFiScanResult::get_channel |
( |
| ) |
const |
◆ get_is_hidden()
| bool esphome::wifi::WiFiScanResult::get_is_hidden |
( |
| ) |
const |
◆ get_matches()
| bool esphome::wifi::WiFiScanResult::get_matches |
( |
| ) |
const |
◆ get_priority()
| int8_t esphome::wifi::WiFiScanResult::get_priority |
( |
| ) |
const |
|
inline |
◆ get_rssi()
| int8_t esphome::wifi::WiFiScanResult::get_rssi |
( |
| ) |
const |
◆ get_ssid()
| const std::string & esphome::wifi::WiFiScanResult::get_ssid |
( |
| ) |
const |
◆ get_with_auth()
| bool esphome::wifi::WiFiScanResult::get_with_auth |
( |
| ) |
const |
◆ matches()
| bool esphome::wifi::WiFiScanResult::matches |
( |
const WiFiAP & | config | ) |
const |
◆ operator==()
| bool esphome::wifi::WiFiScanResult::operator== |
( |
const WiFiScanResult & | rhs | ) |
const |
◆ set_matches()
| void esphome::wifi::WiFiScanResult::set_matches |
( |
bool | matches | ) |
|
◆ set_priority()
| void esphome::wifi::WiFiScanResult::set_priority |
( |
int8_t | priority | ) |
|
|
inline |
◆ bssid_
| bssid_t esphome::wifi::WiFiScanResult::bssid_ |
|
protected |
◆ channel_
| uint8_t esphome::wifi::WiFiScanResult::channel_ |
|
protected |
◆ is_hidden_
| bool esphome::wifi::WiFiScanResult::is_hidden_ |
|
protected |
◆ matches_
| bool esphome::wifi::WiFiScanResult::matches_ {false} |
|
protected |
◆ priority_
| int8_t esphome::wifi::WiFiScanResult::priority_ {0} |
|
protected |
◆ rssi_
| int8_t esphome::wifi::WiFiScanResult::rssi_ |
|
protected |
◆ ssid_
| std::string esphome::wifi::WiFiScanResult::ssid_ |
|
protected |
◆ with_auth_
| bool esphome::wifi::WiFiScanResult::with_auth_ |
|
protected |
The documentation for this class was generated from the following files: