TuyaOS
include
components
tal_lwip
include
lwip
lwip_dhcpc.h
浏览该文件的文档.
1
9
#ifndef __LWIP_DHCPC_H
10
#define __LWIP_DHCPC_H
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
#include "
lwip/tcpip.h
"
17
#include "
lwip/init.h
"
//for lwip version control
18
#include "
lwip/err.h
"
19
#include "
lwip/ip_addr.h
"
20
#include "tkl_wifi.h"
21
22
/***********************************************************
23
*************************micro define***********************
24
***********************************************************/
25
26
/***********************************************************
27
*************************variable define********************
28
***********************************************************/
29
30
/***********************************************************
31
*************************function define********************
32
***********************************************************/
40
int
tuya_dhcpv4_client_start
(
void
(*cb)(LWIP_EVENT_E event,
void
*arg), FAST_DHCP_INFO_T *ip_info);
41
42
#ifdef __cplusplus
43
}
44
#endif
45
46
#endif
/* __LWIP_DHCPC_H */
err.h
init.h
ip_addr.h
tuya_dhcpv4_client_start
int tuya_dhcpv4_client_start(void(*cb)(LWIP_EVENT_E event, void *arg), FAST_DHCP_INFO_T *ip_info)
start client dhcp to get ip for WIFI STATION mode
tcpip.h
制作者
1.9.4