ESP-IDF + 0/7 examples
SourceVu will show references to wifi_ap_record_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint8_t[6]
MAC address of AP.
uint8_t[33]
SSID of AP.
uint8_t
Channel of AP.
Secondary channel of AP.
int8_t
Signal strength of AP. Note that in some rare cases where signal strength is very strong, RSSI values can be slightly positive.
Auth mode of AP.
Pairwise cipher of AP.
Group cipher of AP.
Antenna used to receive beacon from AP.
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 if WPS is supported or not.
uint32_t: 1
Bit: 8 flag to identify if FTM is supported in responder mode.
uint32_t: 1
Bit: 9 flag to identify if FTM is supported in initiator mode.
uint32_t: 22
Bit: 10..31 reserved.
Country information of AP.
HE AP info.
Bandwidth of AP.
uint8_t
This fields are used only AP bandwidth is 80 and 160 MHz, to transmit the center channel frequency of the BSS. For AP bandwidth is 80 + 80 MHz, it is the center channel frequency of the lower frequency segment.
uint8_t
this fields are used only AP bandwidth is 80 + 80 MHz, and is used to transmit the center channel frequency of the second segment.

References

from examples