Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions
WhdAccessPoint Class Reference

WhdAccessPoint class. More...

#include <WhdAccessPoint.h>

Inheritance diagram for WhdAccessPoint:
WiFiAccessPoint

Public Member Functions

WhdAccessPointoperator= (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...
 

Detailed Description

WhdAccessPoint class.

Class that represents a Whd Access Point which contains additional Whd specific information

Definition at line 35 of file WhdAccessPoint.h.

Member Function Documentation

whd_bss_type_t get_bss_type ( ) const

Get WHD access point's bss type.

Returns
The whd_bss_type_t of the access point
const uint8_t* get_bssid ( ) const
inherited

Get an access point's bssid.

Returns
The bssid of the access point
uint8_t get_channel ( ) const
inherited

Get the access point's channel.

Returns
The channel of the access point
uint8_t* get_ie_data ( ) const

Get WHD access point's IE data.

Returns
The pointer to ie data buffer
uint32_t get_ie_len ( ) const

Get WHD access point's IE length.

Returns
The ie data length
int8_t get_rssi ( ) const
inherited

Gets the radio signal strength for the access point.

Returns
Connection strength in dBm (negative value), or 0 if measurement impossible
nsapi_security_t get_security ( ) const
inherited

Get an access point's security.

Returns
The security type of the access point
const char* get_ssid ( ) const
inherited

Get an access point's ssid.

Returns
The ssid of the access point
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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.