WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
ext_wifi_any_device结构体 参考

#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

结构体成员变量说明

◆ bssid

unsigned char ext_wifi_any_device::bssid[6]

the MAC address of peer device. CNcomment: BSSID,若对端为STA则为其MAC地址

◆ channel

unsigned char ext_wifi_any_device::channel

the channel number of peer device. CNcomment: 信道号,取值范围1-14,不同区域取值范围有差异

◆ resv

unsigned char ext_wifi_any_device::resv

Reserved. CNcomment: 保留

◆ rssi

char ext_wifi_any_device::rssi

RSSI value of peer device. CNcomment: 信号强度

◆ ssid

unsigned char ext_wifi_any_device::ssid[(32+1)]

SSID. CNcomment: SSID

◆ ssid_len

unsigned char ext_wifi_any_device::ssid_len

the string length of SSID. CNcomment: SSID字符串长度

◆ sta_flag

unsigned char ext_wifi_any_device::sta_flag

if peer device is a STA,the value is true,otherwise false. CNcomment: true表示对端是STA,否则为普通AP


该结构体的文档由以下文件生成: