libxr
1.0
Want to be the best embedded framework
|
WiFi 扫描结果 / WiFi scan result. More...
#include <wifi_client.hpp>
Data Fields | |
char | ssid [33] {} |
发现的 SSID / Detected SSID | |
int | rssi = 0 |
信号强度 / Signal strength (RSSI) | |
Security | security = Security::UNKNOWN |
安全类型 / Security type | |
WiFi 扫描结果 / WiFi scan result.
描述每个可用网络的 SSID、信号强度和加密方式。
Definition at line 111 of file wifi_client.hpp.
int LibXR::WifiClient::ScanResult::rssi = 0 |
信号强度 / Signal strength (RSSI)
Definition at line 114 of file wifi_client.hpp.
Security LibXR::WifiClient::ScanResult::security = Security::UNKNOWN |
安全类型 / Security type
Definition at line 115 of file wifi_client.hpp.
char LibXR::WifiClient::ScanResult::ssid[33] {} |