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