trikRuntime
|
Contains description of a network obtained by scanning. More...
#include <networkStructs.h>
Public Attributes | |
QString | ssid |
SSID of a network. More... | |
Security | security {} |
Security algorithm used in that network. More... | |
bool | known {} |
Is this network known — listed in /etc/wpa_supplicant.conf. More... | |
Contains description of a network obtained by scanning.
bool trikWiFi::ScanResult::known {} |
Is this network known — listed in /etc/wpa_supplicant.conf.
Security trikWiFi::ScanResult::security {} |
Security algorithm used in that network.
QString trikWiFi::ScanResult::ssid |
SSID of a network.