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 Attributes

mac_address mac
 
int8_t 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 728 of file wifi.hpp.

Member Data Documentation

◆ mac

mac_address idfxx::wifi::sta_info::mac

MAC address.

Definition at line 729 of file wifi.hpp.

◆ phy_11a

bool idfxx::wifi::sta_info::phy_11a

Station supports 802.11a.

Definition at line 735 of file wifi.hpp.

◆ phy_11ac

bool idfxx::wifi::sta_info::phy_11ac

Station supports 802.11ac.

Definition at line 736 of file wifi.hpp.

◆ phy_11ax

bool idfxx::wifi::sta_info::phy_11ax

Station supports 802.11ax.

Definition at line 737 of file wifi.hpp.

◆ phy_11b

bool idfxx::wifi::sta_info::phy_11b

Station supports 802.11b.

Definition at line 731 of file wifi.hpp.

◆ phy_11g

bool idfxx::wifi::sta_info::phy_11g

Station supports 802.11g.

Definition at line 732 of file wifi.hpp.

◆ phy_11n

bool idfxx::wifi::sta_info::phy_11n

Station supports 802.11n.

Definition at line 733 of file wifi.hpp.

◆ phy_lr

bool idfxx::wifi::sta_info::phy_lr

Station supports Long Range mode.

Definition at line 734 of file wifi.hpp.

◆ rssi

int8_t idfxx::wifi::sta_info::rssi

RSSI value.

Definition at line 730 of file wifi.hpp.


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