|
Open Model Railroad Network (OpenMRN)
|
metadata for a WLAN netowrk entry. More...
#include <CC32xxWiFi.hxx>
Public Attributes | |
| string | ssid |
| SSID of AP. | |
| SecurityType | sec_type |
| security type of the AP | |
| int | rssi |
| receive signal strength indicator of the AP | |
metadata for a WLAN netowrk entry.
Definition at line 158 of file net_cc3220/CC32xxWiFi.hxx.
| int CC32xxWiFi::WlanNetworkEntry::rssi |
receive signal strength indicator of the AP
Definition at line 162 of file net_cc3220/CC32xxWiFi.hxx.
| SecurityType CC32xxWiFi::WlanNetworkEntry::sec_type |
security type of the AP
Definition at line 161 of file net_cc3220/CC32xxWiFi.hxx.
| string CC32xxWiFi::WlanNetworkEntry::ssid |
SSID of AP.
Definition at line 160 of file net_cc3220/CC32xxWiFi.hxx.