|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
WiFi network information structure. More...
#include <BaseWifi.h>
Public Attributes | |
| std::string | ssid |
| uint8_t | bssid [6] |
| hf_wifi_security_t | security |
| int8_t | rssi |
| uint8_t | channel |
| bool | hidden |
WiFi network information structure.
| uint8_t hf_wifi_network_info_t::bssid[6] |
Network BSSID (MAC address)
| uint8_t hf_wifi_network_info_t::channel |
WiFi channel
| bool hf_wifi_network_info_t::hidden |
True if network is hidden
| int8_t hf_wifi_network_info_t::rssi |
Signal strength (dBm)
| hf_wifi_security_t hf_wifi_network_info_t::security |
Security type
| std::string hf_wifi_network_info_t::ssid |
Network SSID