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

WiFiAccessPoint class. More...

#include <WiFiAccessPoint.h>

Inheritance diagram for WiFiAccessPoint:
WhdAccessPoint

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...
 

Detailed Description

WiFiAccessPoint class.

Class that represents a WiFi Access Point Common interface that is shared between WiFi devices

Definition at line 28 of file WiFiAccessPoint.h.

Constructor & Destructor Documentation

WiFiAccessPoint lifetime.

Member Function Documentation

const uint8_t* get_bssid ( ) const

Get an access point's bssid.

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

Get the access point's channel.

Returns
The channel of the access point
int8_t get_rssi ( ) const

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

Get an access point's security.

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

Get an access point's ssid.

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