|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Information about a discovered access point. More...
Public Attributes | |
| mac_address | bssid |
| std::string | ssid |
| int8_t | rssi |
| uint8_t | primary_channel |
| std::optional< enum second_channel > | second |
| enum auth_mode | authmode |
| enum cipher_type | pairwise_cipher |
| enum cipher_type | group_cipher |
| bool | phy_11b |
| bool | phy_11g |
| bool | phy_11n |
| bool | phy_lr |
| bool | phy_11a |
| bool | phy_11ac |
| bool | phy_11ax |
| bool | wps |
| bool | ftm_responder |
| bool | ftm_initiator |
| struct country_config | country |
| struct he_ap_info | he_ap |
| enum bandwidth | bw |
| uint8_t | vht_ch_freq1 |
| uint8_t | vht_ch_freq2 |
Information about a discovered access point.
Contains the details of an AP found during a WiFi scan.
| mac_address idfxx::wifi::ap_record::bssid |
| struct country_config idfxx::wifi::ap_record::country |
| bool idfxx::wifi::ap_record::ftm_initiator |
| bool idfxx::wifi::ap_record::ftm_responder |
| enum cipher_type idfxx::wifi::ap_record::group_cipher |
| struct he_ap_info idfxx::wifi::ap_record::he_ap |
| enum cipher_type idfxx::wifi::ap_record::pairwise_cipher |
| bool idfxx::wifi::ap_record::phy_11ac |
| bool idfxx::wifi::ap_record::phy_11ax |
| bool idfxx::wifi::ap_record::phy_lr |
| uint8_t idfxx::wifi::ap_record::primary_channel |
| int8_t idfxx::wifi::ap_record::rssi |
| std::optional<enum second_channel> idfxx::wifi::ap_record::second |
| std::string idfxx::wifi::ap_record::ssid |
| uint8_t idfxx::wifi::ap_record::vht_ch_freq1 |
| uint8_t idfxx::wifi::ap_record::vht_ch_freq2 |