ESPHome 2026.1.1
Loading...
Searching...
No Matches
esphome::wifi::WiFiScanResult Class Reference

#include <wifi_component.h>

Public Member Functions

 WiFiScanResult (const bssid_t &bssid, std::string ssid, uint8_t channel, int8_t rssi, bool with_auth, bool is_hidden)
 
bool matches (const WiFiAP &config) const
 
bool get_matches () const
 
void set_matches (bool matches)
 
const bssid_tget_bssid () const
 
const std::string & get_ssid () const
 
uint8_t get_channel () const
 
int8_t get_rssi () const
 
bool get_with_auth () const
 
bool get_is_hidden () const
 
int8_t get_priority () const
 
void set_priority (int8_t priority)
 
bool operator== (const WiFiScanResult &rhs) const
 

Protected Attributes

bssid_t bssid_
 
uint8_t channel_
 
int8_t rssi_
 
std::string ssid_
 
int8_t priority_ {0}
 
bool matches_ {false}
 
bool with_auth_
 
bool is_hidden_
 

Detailed Description

Definition at line 219 of file wifi_component.h.

Constructor & Destructor Documentation

◆ WiFiScanResult()

esphome::wifi::WiFiScanResult::WiFiScanResult ( const bssid_t & bssid,
std::string ssid,
uint8_t channel,
int8_t rssi,
bool with_auth,
bool is_hidden )

Definition at line 2019 of file wifi_component.cpp.

Member Function Documentation

◆ get_bssid()

const bssid_t & esphome::wifi::WiFiScanResult::get_bssid ( ) const

Definition at line 2066 of file wifi_component.cpp.

◆ get_channel()

uint8_t esphome::wifi::WiFiScanResult::get_channel ( ) const

Definition at line 2068 of file wifi_component.cpp.

◆ get_is_hidden()

bool esphome::wifi::WiFiScanResult::get_is_hidden ( ) const

Definition at line 2071 of file wifi_component.cpp.

◆ get_matches()

bool esphome::wifi::WiFiScanResult::get_matches ( ) const

Definition at line 2064 of file wifi_component.cpp.

◆ get_priority()

int8_t esphome::wifi::WiFiScanResult::get_priority ( ) const
inline

Definition at line 233 of file wifi_component.h.

◆ get_rssi()

int8_t esphome::wifi::WiFiScanResult::get_rssi ( ) const

Definition at line 2069 of file wifi_component.cpp.

◆ get_ssid()

const std::string & esphome::wifi::WiFiScanResult::get_ssid ( ) const

Definition at line 2067 of file wifi_component.cpp.

◆ get_with_auth()

bool esphome::wifi::WiFiScanResult::get_with_auth ( ) const

Definition at line 2070 of file wifi_component.cpp.

◆ matches()

bool esphome::wifi::WiFiScanResult::matches ( const WiFiAP & config) const

Definition at line 2027 of file wifi_component.cpp.

◆ operator==()

bool esphome::wifi::WiFiScanResult::operator== ( const WiFiScanResult & rhs) const

Definition at line 2073 of file wifi_component.cpp.

◆ set_matches()

void esphome::wifi::WiFiScanResult::set_matches ( bool matches)

Definition at line 2065 of file wifi_component.cpp.

◆ set_priority()

void esphome::wifi::WiFiScanResult::set_priority ( int8_t priority)
inline

Definition at line 234 of file wifi_component.h.

Field Documentation

◆ bssid_

bssid_t esphome::wifi::WiFiScanResult::bssid_
protected

Definition at line 239 of file wifi_component.h.

◆ channel_

uint8_t esphome::wifi::WiFiScanResult::channel_
protected

Definition at line 240 of file wifi_component.h.

◆ is_hidden_

bool esphome::wifi::WiFiScanResult::is_hidden_
protected

Definition at line 246 of file wifi_component.h.

◆ matches_

bool esphome::wifi::WiFiScanResult::matches_ {false}
protected

Definition at line 244 of file wifi_component.h.

◆ priority_

int8_t esphome::wifi::WiFiScanResult::priority_ {0}
protected

Definition at line 243 of file wifi_component.h.

◆ rssi_

int8_t esphome::wifi::WiFiScanResult::rssi_
protected

Definition at line 241 of file wifi_component.h.

◆ ssid_

std::string esphome::wifi::WiFiScanResult::ssid_
protected

Definition at line 242 of file wifi_component.h.

◆ with_auth_

bool esphome::wifi::WiFiScanResult::with_auth_
protected

Definition at line 245 of file wifi_component.h.


The documentation for this class was generated from the following files: