1#ifndef __TUYA_WIFI_CONNECT_H__
2#define __TUYA_WIFI_CONNECT_H__
19typedef OPERATE_RET(* reconnect_cb_fn)(INT_T local_disconnect_seconds, INT_T cloud_disconnect_seconds);
25 reconnect_cb_fn reconnect_fn;
36OPERATE_RET tuya_wifi_reconnect_prepare(VOID_T);
48OPERATE_RET tuya_wifi_register_reconnect_config(reconnect_cb_fn reconnect_fn);
60OPERATE_RET tuya_wifi_reconnect_to_ap(VOID_T);
67OPERATE_RET tuya_wifi_switch_start(IN CHAR_T *ssid, IN CHAR_T *passwd);
reconnect configuration.
Definition: tuya_wifi_connect.h:24