14#include "tuya_cloud_types.h"
26OPERATE_RET bnw_get_ip(OUT NW_IP_S *ip);
39OPERATE_RET bnw_set_station_connect(IN CONST CHAR_T *ssid, IN CONST CHAR_T *passwd);
51OPERATE_RET bnw_station_get_conn_ap_rssi(OUT SCHAR_T *rssi);
63OPERATE_RET bnw_get_mac(OUT NW_MAC_S *mac);
75OPERATE_RET bnw_set_mac(IN
const NW_MAC_S *mac);
87OPERATE_RET bnw_if_wired_connect_net(BOOL_T *status);
97BOOL_T bnw_station_conn(
void);
109BOOL_T bnw_need_wifi_cfg(
void);
Common process - Initialization
Common process - compatible the tuya_hal_wifi.h