|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <soc_wifi_api.h>
成员变量 | |
| char | ssid [32+1] |
| unsigned char | bssid [6] |
| unsigned char | ssid_len |
| char | ifname [16+1] |
Event type of wifi connected CNcomment:wifi的connect事件信息.CNend
| unsigned char event_wifi_connected::bssid[6] |
BSSID. CNcomment: BSSID.CNend
| char event_wifi_connected::ifname[16+1] |
Iftype name. CNcomment: 接口名称.CNend
| char event_wifi_connected::ssid[32+1] |
SSID. CNcomment: SSID 只支持ASCII字符.CNend
| unsigned char event_wifi_connected::ssid_len |
SSID length. CNcomment: SSID长度.CNend