BssInfo Class Reference
#include <BssInfo.h>
Collaboration diagram for BssInfo:
Public Member Functions | |
bool | isOpen () const |
Get BSS open status. More... | |
String | getAuthorizationMethodName () const |
Get BSS authorisation method name. More... | |
uint32_t | getHashId () const |
Get BSS hash ID. More... | |
Public Attributes | |
String | ssid |
SSID. More... | |
MacAddress | bssid |
BSS ID. More... | |
WifiAuthMode | authorization |
Authorisation mode. More... | |
uint8_t | channel |
Channel number. More... | |
int16_t | rssi |
RSSI level. More... | |
bool | hidden |
True if AP is hidden. More... | |
Member Function Documentation
◆ getAuthorizationMethodName()
|
inline |
Get BSS authorisation method name.
- Return values
-
String
◆ getHashId()
|
inline |
Get BSS hash ID.
- Return values
-
uint32_t BSS hash ID
◆ isOpen()
|
inline |
Get BSS open status.
- Return values
-
bool True if BSS open
Member Data Documentation
◆ authorization
WifiAuthMode BssInfo::authorization |
Authorisation mode.
◆ bssid
MacAddress BssInfo::bssid |
BSS ID.
◆ channel
uint8_t BssInfo::channel |
Channel number.
◆ hidden
bool BssInfo::hidden |
True if AP is hidden.
◆ rssi
int16_t BssInfo::rssi |
RSSI level.
◆ ssid
String BssInfo::ssid |
SSID.
The documentation for this class was generated from the following file: