libpowermon 1.11
PowerMon Access Library
Loading...
Searching...
No Matches
Powermon::WifiScanResult Struct Reference

WifiScanResult represents a WiFi network detected by PowerMon-W during WiFi scanning. More...

#include <powermon.h>

Public Member Functions

bool operator== (const WifiScanResult &rhs) const

Public Attributes

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

Detailed Description

WifiScanResult represents a WiFi network detected by PowerMon-W during WiFi scanning.


The documentation for this struct was generated from the following file: