|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <soc_wifi_api.h>
成员变量 | |
| char | ssid [32+1] |
| unsigned char | bssid [6] |
| ext_wifi_auth_mode | auth |
| unsigned int | channel |
| int | rssi |
| unsigned char | wps_flag: 1 |
| unsigned char | wps_session: 1 |
| unsigned char | wmm: 1 |
| unsigned char | ft_flag: 1 |
| unsigned char | ext_mesh_flag: 1 |
| ext_wifi_pairwise | pairwise |
Struct of scan result.CNcomment:扫描结果结构体.CNend
| ext_wifi_auth_mode ext_wifi_ap_info::auth |
Authentication type. CNcomment: 认证类型.CNend
| unsigned char ext_wifi_ap_info::bssid[6] |
BSSID. CNcomment: BSSID.CNend
| unsigned int ext_wifi_ap_info::channel |
Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend
| unsigned char ext_wifi_ap_info::ext_mesh_flag |
MESH flag. CNcomment: MESH标识.CNend
| unsigned char ext_wifi_ap_info::ft_flag |
FT flag. CNcomment: FT 标识
| ext_wifi_pairwise ext_wifi_ap_info::pairwise |
Encryption type. CNcomment: 加密方式,不需指定时置0.CNend
| int ext_wifi_ap_info::rssi |
Signal Strength. CNcomment: 信号强度.CNend
| char ext_wifi_ap_info::ssid[32+1] |
SSID. CNcomment: SSID 只支持ASCII字符.CNend
| unsigned char ext_wifi_ap_info::wmm |
WMM flag. CNcomment: WMM标识.CNend
| unsigned char ext_wifi_ap_info::wps_flag |
WPS flag. CNcomment: WPS标识.CNend
| unsigned char ext_wifi_ap_info::wps_session |
WPS session:PBC-0/PIN-1. CNcomment: WPS会话类型,PBC-0/PIN-1.CNend