|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <soc_wifi_p2p_api.h>
成员变量 | |
| char | device_name [32+1] |
| char | manufacturer [64+1] |
| char | serial_number [32+1] |
| char | model_name [32+1] |
| char | model_number [32+1] |
| int | go_intent |
| int | oper_channel |
| int | listen_channel |
| int | wps_method |
Struct of p2p's config that can be updated.CNcomment:p2p 可以更新的配置CNend
| char ext_wifi_p2p_user_conf::device_name[32+1] |
device name. CNcomment: 设备名称.CNend
| int ext_wifi_p2p_user_conf::go_intent |
go intent. CNcomment: GO协商倾向值.CNend
| int ext_wifi_p2p_user_conf::listen_channel |
listen channel. CNcomment: 监听信道.CNend
| char ext_wifi_p2p_user_conf::manufacturer[64+1] |
manufacturer. CNcomment: 设备厂商名称.CNend
| char ext_wifi_p2p_user_conf::model_name[32+1] |
model name. CNcomment: 设备型号.CNend
| char ext_wifi_p2p_user_conf::model_number[32+1] |
model number. CNcomment: 设备编号.CNend
| int ext_wifi_p2p_user_conf::oper_channel |
operating channel. CNcomment: 工作信道.CNend
| char ext_wifi_p2p_user_conf::serial_number[32+1] |
serial number. CNcomment: 设备序列号.CNend
| int ext_wifi_p2p_user_conf::wps_method |
wps method. CNcomment: wps的连接方式.CNend