|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <soc_wifi_p2p_api.h>
成员变量 | |
| unsigned char | peer_addr [6] |
| char | pin [9] |
| int | join_group |
| int | persistent |
| int | go_intent |
| int | wps_method |
Struct of p2p's connect.CNcomment:p2p 连接入参结构体CNend
| int ext_wifi_p2p_connect::go_intent |
go intent. CNcomment: 组网成为go的意愿值.CNend
| int ext_wifi_p2p_connect::join_group |
Join an existing groupo or not . CNcomment: 是否加入已存在的组
| unsigned char ext_wifi_p2p_connect::peer_addr[6] |
peer device addr. CNcomment: 对端的device地址.CNend
| int ext_wifi_p2p_connect::persistent |
persistent or not. CNcomment: 是否期望永久网络.CNend
| char ext_wifi_p2p_connect::pin[9] |
Pin Code of WPS.CNcomment:WPS的Pin码.CNend
| int ext_wifi_p2p_connect::wps_method |
wps_method. CNcomment: 连接的WPS方式.CNend