WhdAccessPoint class. More...
#include <WhdAccessPoint.h>
Public Member Functions | |
WhdAccessPoint & | operator= (WhdAccessPoint &&rhs) |
Define move assignment and prevent copy-assignment. More... | |
whd_bss_type_t | get_bss_type () const |
Get WHD access point's bss type. More... | |
uint8_t * | get_ie_data () const |
Get WHD access point's IE data. More... | |
uint32_t | get_ie_len () const |
Get WHD access point's IE length. 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... | |
WhdAccessPoint class.
Class that represents a Whd Access Point which contains additional Whd specific information
Definition at line 35 of file WhdAccessPoint.h.
whd_bss_type_t get_bss_type | ( | ) | const |
Get WHD access point's bss type.
|
inherited |
Get an access point's bssid.
|
inherited |
Get the access point's channel.
uint8_t* get_ie_data | ( | ) | const |
Get WHD access point's IE data.
uint32_t get_ie_len | ( | ) | const |
Get WHD access point's IE length.
|
inherited |
Gets the radio signal strength for the access point.
|
inherited |
Get an access point's security.
|
inherited |
Get an access point's ssid.
WhdAccessPoint& operator= | ( | WhdAccessPoint && | rhs | ) |
Define move assignment and prevent copy-assignment.
Due to IE element data could have large memory footprint, only move assignment is allowed.