Describes a discovered Wi-Fi network (scan result). More...
#include <wifi.h>
Data Fields | |
| char | ssid [HW_WIFI_SSID_MAX_LENGTH+1] |
| SSID (max 32 bytes) plus NULL termination. | |
| uint8_t | bssid [6] |
| BSSID (MAC address) in network byte order. | |
| hw_wifi_auth_t | auth |
| Authentication/cipher info (see hw_wifi_auth_t) | |
| uint8_t | channel |
| Primary channel number. | |
| int16_t | rssi |
| Received signal strength (dBm) | |
Describes a discovered Wi-Fi network (scan result).
This is a compact, platform-neutral representation of a single access point reported during a scan.
Notes: