31#ifndef _WF200_DRIVER_H
32#define _WF200_DRIVER_H
48error_t wf200Init(NetInterface *interface);
50void wf200Tick(NetInterface *interface);
52void wf200EnableIrq(NetInterface *interface);
53void wf200DisableIrq(NetInterface *interface);
54void wf200EventHandler(NetInterface *interface);
56error_t wf200SendPacket(NetInterface *interface,
57 const NetBuffer *buffer,
size_t offset, NetTxAncillary *ancillary);
59error_t wf200UpdateMacAddrFilter(NetInterface *interface);
61void wf200ConnectCallback(
void);
62void wf200DisconnectCallback(
void);
63void wf200StartApCallback(
void);
64void wf200StopApCallback(
void);
error_t
Error codes.
Definition error.h:43
Network interface controller abstraction layer.
Structure describing a buffer that spans multiple chunks.
Definition net_mem.h:89
NIC driver.
Definition nic.h:283