|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <soc_wifi_api.h>
成员变量 | |
| unsigned char | dev_addr [6] |
| unsigned char | pri_dev_type [8] |
| char | dev_name [32+1] |
| unsigned short int | supp_config_methods |
| unsigned char | dev_capab |
| unsigned char | group_capab |
| char | group [100] |
Event type of p2p provision discovery pbc request.CNcomment:p2p pbc 发现请求事件.CNend
| unsigned char event_p2p_prov_disc_pbc_request::dev_addr[6] |
User's device address of P2P. CNcomment: 连接的peer MAC地址.CNend
| unsigned char event_p2p_prov_disc_pbc_request::dev_capab |
User's device capbility of P2P. CNcomment: 连接的device能力.CNend
| char event_p2p_prov_disc_pbc_request::dev_name[32+1] |
User's device name of P2P. CNcomment: 连接的device名称.CNend
| char event_p2p_prov_disc_pbc_request::group[100] |
User's group interface name P2P. CNcomment: 连接的group名称.CNend
| unsigned char event_p2p_prov_disc_pbc_request::group_capab |
User's group capbility of P2P. CNcomment: 连接的group能力.CNend
| unsigned char event_p2p_prov_disc_pbc_request::pri_dev_type[8] |
User's device type of P2P. CNcomment: 连接的device类型.CNend
| unsigned short int event_p2p_prov_disc_pbc_request::supp_config_methods |
User's config methods of P2P. CNcomment: 连接方式.CNend