|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <soc_wifi_api.h>
成员变量 | |
| char | ssid [32+1] |
| char | key [64+1] |
| unsigned char | channel_num |
| int | ssid_hidden |
| ext_wifi_auth_mode | authmode |
| ext_wifi_pairwise | pairwise |
Struct of softap's basic config.CNcomment:softap基本配置.CNend
| ext_wifi_auth_mode ext_wifi_softap_config::authmode |
Authentication mode. CNcomment: 认证方式.CNend
| unsigned char ext_wifi_softap_config::channel_num |
Channel number. CNcomment: 信道号,范围1-14,不同区域有差异.CNend
| char ext_wifi_softap_config::key[64+1] |
Secret key. CNcomment: 秘钥.CNend
| ext_wifi_pairwise ext_wifi_softap_config::pairwise |
Encryption type. CNcomment: 加密方式,不需指定时置0.CNend
| char ext_wifi_softap_config::ssid[32+1] |
SSID. CNcomment: SSID 只支持ASCII字符.CNend
| int ext_wifi_softap_config::ssid_hidden |
Hidden ssid. CNcomment: 是否隐藏SSID.CNend