TuyaOS
tkl_wifi_hostap.h
1
10#ifndef __TKL_WIFI_HOSTAP_H__
11#define __TKL_WIFI_HOSTAP_H__
12
13#include "tuya_cloud_types.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19
28OPERATE_RET tkl_hostap_ioctl_inet(INT_T dev, INT_T vif_index, UINT_T cmd, ULONG_T arg);
29
30
31#ifdef __cplusplus
32} // extern "C"
33#endif
34
35#endif // __TKL_WIFI_HOSTAP_H__
36