#include <yocto_wireless.h>
Public Member Functions | |
virtual int | get_channel (void) |
virtual int | get_linkQuality (void) |
virtual string | get_security (void) |
virtual string | get_ssid (void) |
YWlanRecord (const string &json) | |
Private Attributes | |
int | _channel |
int | _rssi |
string | _sec |
string | _ssid |
YWlanRecord Class: Description of a wireless network
Definition at line 90 of file yocto_wireless.h.
YWlanRecord::YWlanRecord | ( | const string & | json | ) |
Definition at line 52 of file yocto_wireless.cpp.
|
virtual |
Definition at line 109 of file yocto_wireless.cpp.
|
virtual |
Definition at line 119 of file yocto_wireless.cpp.
|
virtual |
Definition at line 114 of file yocto_wireless.cpp.
|
virtual |
Definition at line 104 of file yocto_wireless.cpp.
|
private |
Definition at line 98 of file yocto_wireless.h.
|
private |
Definition at line 100 of file yocto_wireless.h.
|
private |
Definition at line 99 of file yocto_wireless.h.
|
private |
Definition at line 97 of file yocto_wireless.h.