|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <soc_any_api.h>
成员变量 | |
| unsigned char | bssid [6] |
| unsigned char | channel |
| unsigned char | sta_flag |
| unsigned char | ssid [(32+1)] |
| unsigned char | ssid_len |
| char | rssi |
| unsigned char | resv |
Struct of information of ANY device discovered.CNcomment:扫描发现的ANY设备的参数定义CNend
| unsigned char ext_wifi_any_device::bssid[6] |
the MAC address of peer device. CNcomment: BSSID,若对端为STA则为其MAC地址
| unsigned char ext_wifi_any_device::channel |
the channel number of peer device. CNcomment: 信道号,取值范围1-14,不同区域取值范围有差异
| unsigned char ext_wifi_any_device::resv |
Reserved. CNcomment: 保留
| char ext_wifi_any_device::rssi |
RSSI value of peer device. CNcomment: 信号强度
| unsigned char ext_wifi_any_device::ssid[(32+1)] |
SSID. CNcomment: SSID
| unsigned char ext_wifi_any_device::ssid_len |
the string length of SSID. CNcomment: SSID字符串长度
| unsigned char ext_wifi_any_device::sta_flag |
if peer device is a STA,the value is true,otherwise false. CNcomment: true表示对端是STA,否则为普通AP