wifi_sta_info_t is only used within ESP-IDF.
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxReferencesInstances

Fields

Field
Declared as
Description
uint8_t[6]
MAC address.
int8_t
Current average rssi of sta connected.
uint32_t: 1
Bit: 0 flag to identify if 11b mode is enabled or not.
uint32_t: 1
Bit: 1 flag to identify if 11g mode is enabled or not.
uint32_t: 1
Bit: 2 flag to identify if 11n mode is enabled or not.
uint32_t: 1
Bit: 3 flag to identify if low rate is enabled or not.
uint32_t: 1
Bit: 4 flag to identify if 11ax mode is enabled or not.
uint32_t: 1
Bit: 5 flag to identify if 11ax mode is enabled or not.
uint32_t: 1
Bit: 6 flag to identify if 11ax mode is enabled or not.
uint32_t: 1
Bit: 7 flag to identify mesh child.
uint32_t: 24
Bit: 8..31 reserved.