WiFiAccessPoint class. More...
#include <WiFiAccessPoint.h>
 
  
 | Public Member Functions | |
| WiFiAccessPoint () | |
| WiFiAccessPoint lifetime.  More... | |
| const char * | get_ssid () const | 
| Get an access point's ssid.  More... | |
| const uint8_t * | get_bssid () const | 
| Get an access point's bssid.  More... | |
| nsapi_security_t | get_security () const | 
| Get an access point's security.  More... | |
| int8_t | get_rssi () const | 
| Gets the radio signal strength for the access point.  More... | |
| uint8_t | get_channel () const | 
| Get the access point's channel.  More... | |
WiFiAccessPoint class.
Class that represents a WiFi Access Point Common interface that is shared between WiFi devices
Definition at line 29 of file WiFiAccessPoint.h.
| WiFiAccessPoint | ( | ) | 
WiFiAccessPoint lifetime.
| const uint8_t* get_bssid | ( | ) | const | 
Get an access point's bssid.
| uint8_t get_channel | ( | ) | const | 
Get the access point's channel.
| int8_t get_rssi | ( | ) | const | 
Gets the radio signal strength for the access point.
| nsapi_security_t get_security | ( | ) | const | 
Get an access point's security.
| const char* get_ssid | ( | ) | const | 
Get an access point's ssid.