idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::wifi::sta_info Struct Reference

Information about a station connected to the soft-AP. More...

Public Member Functions

constexpr bool operator== (const sta_info &) const noexcept=default
 

Public Attributes

mac_address mac
 
electro::dbm rssi
 
bool phy_11b
 
bool phy_11g
 
bool phy_11n
 
bool phy_lr
 
bool phy_11a
 
bool phy_11ac
 
bool phy_11ax
 

Detailed Description

Information about a station connected to the soft-AP.

Definition at line 764 of file wifi.hpp.

Member Function Documentation

◆ operator==()

constexpr bool idfxx::wifi::sta_info::operator== ( const sta_info ) const
constexprdefaultnoexcept

Member Data Documentation

◆ mac

mac_address idfxx::wifi::sta_info::mac

MAC address.

Definition at line 765 of file wifi.hpp.

◆ phy_11a

bool idfxx::wifi::sta_info::phy_11a

Station supports 802.11a.

Definition at line 771 of file wifi.hpp.

◆ phy_11ac

bool idfxx::wifi::sta_info::phy_11ac

Station supports 802.11ac.

Definition at line 772 of file wifi.hpp.

◆ phy_11ax

bool idfxx::wifi::sta_info::phy_11ax

Station supports 802.11ax.

Definition at line 773 of file wifi.hpp.

◆ phy_11b

bool idfxx::wifi::sta_info::phy_11b

Station supports 802.11b.

Definition at line 767 of file wifi.hpp.

◆ phy_11g

bool idfxx::wifi::sta_info::phy_11g

Station supports 802.11g.

Definition at line 768 of file wifi.hpp.

◆ phy_11n

bool idfxx::wifi::sta_info::phy_11n

Station supports 802.11n.

Definition at line 769 of file wifi.hpp.

◆ phy_lr

bool idfxx::wifi::sta_info::phy_lr

Station supports Long Range mode.

Definition at line 770 of file wifi.hpp.

◆ rssi

electro::dbm idfxx::wifi::sta_info::rssi

Received signal strength.

Definition at line 766 of file wifi.hpp.


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