libxr  1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
LibXR::WifiClient::ScanResult Struct Reference

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
 

Detailed Description

WiFi 扫描结果 / WiFi scan result.

描述每个可用网络的 SSID、信号强度和加密方式。

Definition at line 111 of file wifi_client.hpp.

Field Documentation

◆ rssi

int LibXR::WifiClient::ScanResult::rssi = 0

信号强度 / Signal strength (RSSI)

Definition at line 114 of file wifi_client.hpp.

◆ security

Security LibXR::WifiClient::ScanResult::security = Security::UNKNOWN

安全类型 / Security type

Definition at line 115 of file wifi_client.hpp.

◆ ssid

char LibXR::WifiClient::ScanResult::ssid[33] {}

发现的 SSID / Detected SSID

Definition at line 113 of file wifi_client.hpp.

113{};

The documentation for this struct was generated from the following file: