libpowermon 1.00
PowerMon Access Library
|
WifiNetwork represents all information required by PowerMon to connect to an access point. More...
#include <powermon.h>
Public Types | |
enum | SecurityMode : uint8_t { OPEN = 0x0 , WEP = 0x1 , WPA2_WPA1_PSK = 0x2 , WPA2_PSK = 0x4 , WPA3_SAE = 0x6 } |
Public Attributes | |
uint8_t | ssid_length |
uint8_t | ssid [MAX_WIFI_SSID_SIZE] |
uint8_t | pass_length |
uint8_t | pass [MAX_WIFI_PASSWORD_SIZE] |
SecurityMode | security |
WifiNetwork represents all information required by PowerMon to connect to an access point.
enum Powermon::WifiNetwork::SecurityMode : uint8_t |