TuyaOS
tuya_wifi_link.h
浏览该文件的文档.
1
11#ifndef __TUYA_WIFI_LINK__
12#define __TUYA_WIFI_LINK__
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17
22typedef struct tuya_wifi_cfg_param {
23 GW_WF_CFG_MTHD_SEL mthd;
24 GW_WF_START_MODE start_mode;
25 BOOL_T enable_station_ap;
27
28
41OPERATE_RET do_wifi_activate(VOID *token, UINT_T t_len);
42
43
53
54
65
66
67#ifdef __cplusplus
68}
69#endif
70
71#endif
tuya wifi netcfg params, mthd and start mode
Definition: tuya_wifi_link.h:22
Common definitions of TUYA cloud