Documentation
Includes
tuya_cloud_types.h
#include "tuya_cloud_types.h"
tuya_cloud_com_defs.h
#include "tuya_cloud_com_defs.h"
netcfg_module.h
#include "netcfg_module.h"
lan_protocol.h
#include "lan_protocol.h"
Macros
Marco _AP_NETCFG_H_
#define _AP_NETCFG_H_
Functions
Func wifi_netcfg_start_ap_mode
int wifi_netcfg_start_ap_mode();
Func wifi_ap_netcfg_start
int wifi_ap_netcfg_start(FN_NETCFG_CB cb, void * args, int type);
Func wifi_ap_netcfg_stop
int wifi_ap_netcfg_stop(int type);
Func lan_ap_nw_cfg_error_report
void lan_ap_nw_cfg_error_report(IN CONST char *p_desc,IN CONST AP_CFG_ERR_CODE error_code);
Func ap_netcfg_init
int ap_netcfg_init(int netcfg_policy, ApSsidPasswd_t ApInfo);
Vars
Consts
Types
Typedefs
Typedef AP_CFG_FINISH_CB
typedef OPERATE_RET (*AP_CFG_FINISH_CB)(IN CONST CHAR_T *ssid,IN CONST CHAR_T *passwd, IN CONST CHAR_T *token);