WifiScanResult represents a WiFi network detected by PowerMon during WiFi scanning.
More...
#include <powermon.h>
|
uint8_t | ssid_length |
|
uint8_t | ssid [MAX_WIFI_SSID_SIZE] |
|
uint8_t | channel |
|
struct { | |
|
uint8_t wep: 1 | |
| Network supports WEP.
|
|
uint8_t wpa: 1 | |
| Network supports WPA. If both WPA bits are set the network supports mixed mode.
|
|
uint8_t wpa2: 1 | |
| Network supports WPA2. If both WPA bits are set the network supports mixed mode.
|
|
uint8_t wpa3: 1 | |
| Network supports WPA3. If multiple WPA bits are set the network supports mixed mode.
|
|
uint8_t pmf: 1 | |
| Networks requires use of Protected Management Frames.
|
|
uint8_t unused: 1 | |
| Reserved, set to zero.
|
|
uint8_t psk: 1 | |
| Network supports Personal authentication.
|
|
uint8_t eap: 1 | |
| Network supports Enterprise authentication.
|
|
} | security | |
|
int8_t | rssi |
|
WifiScanResult represents a WiFi network detected by PowerMon during WiFi scanning.
The documentation for this struct was generated from the following file: