trikRuntime
trikWiFi Namespace Reference

Classes

struct  ScanResult
 Contains description of a network obtained by scanning. More...
 
struct  Status
 Contains info about current connection. More...
 
class  TrikWiFi
 Class for WiFi management. More...
 
class  TrikWiFiWorker
 Worker object for TrikWiFi, supposed to be runned in its own thread. More...
 
class  WpaSupplicantCommunicator
 Allows communication with wpa_supplicant daemon. More...
 

Enumerations

enum  Security { Security::wpa, Security::wep, Security::none }
 Enum with possible network security. More...
 
enum  DisconnectReason { DisconnectReason::planned, DisconnectReason::unplanned }
 Enum with possible reasons of "disconnect" message. More...
 
enum  SignalStrength { SignalStrength::undefined, SignalStrength::low, SignalStrength::medium, SignalStrength::high }
 

Enumeration Type Documentation

Enum with possible reasons of "disconnect" message.

Enumerator
planned 

Disconnected ourselves.

Disconnected for some external reason.

unplanned 
enum trikWiFi::Security
strong

Enum with possible network security.

Enumerator
wpa 

Uses some kind of WPA security algorithm. Authorization required.

Uses some kind of WEP security algorithm. Authorization may be required.

wep 

It is an open network.

none 
Enumerator
undefined 
low 
medium 
high