TuyaOS
include
components
tal_lwip
include
lwip
eapol.h
浏览该文件的文档.
1
8
#ifndef __EAPOL_H__
9
#define __EAPOL_H__
10
11
void
etheapol_input(
struct
pbuf
*
pbuf
,
struct
netif
*
netif
);
12
int
etheapol_output(
int
vif_index,
unsigned
char
*buf,
unsigned
short
len);
13
14
#endif
/* __EAPOL_H__ */
netif
Definition:
netif.h:260
pbuf
Definition:
pbuf.h:186
制作者
1.9.4