|
Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Public Member Functions | |
| BssInfo (bss_info *info) | |
| bool | isOpen () |
| Get BSS open status. More... | |
| const char * | getAuthorizationMethodName () |
| Get BSS authorisation method name. More... | |
| uint32_t | getHashId () |
| Get BSS hash ID. More... | |
Public Attributes | |
| String | ssid |
| SSID. More... | |
| uint8 | bssid [6] |
| BSS ID. More... | |
| AUTH_MODE | authorization |
| Authorisation mode. More... | |
| uint8 | channel |
| Channel number. More... | |
| sint16 | rssi |
| RSSI level. More... | |
| bool | hidden |
| True if AP is hidden. More... | |