Go to the documentation of this file.
31 #ifndef _WF200_DRIVER_H
32 #define _WF200_DRIVER_H
void wf200DisconnectCallback(void)
Station disconnected callback.
Structure describing a buffer that spans multiple chunks.
const NicDriver wf200StaDriver
WF200 driver (STA mode)
void wf200StopApCallback(void)
Station disconnected callback.
void wf200EnableIrq(NetInterface *interface)
Enable interrupts.
error_t wf200Init(NetInterface *interface)
WF200 initialization.
void wf200ConnectCallback(void)
Station connected callback.
const NicDriver wf200ApDriver
WF200 driver (AP mode)
void wf200Tick(NetInterface *interface)
WF200 timer handler.
void wf200StartApCallback(void)
Station connected callback.
error_t wf200SendPacket(NetInterface *interface, const NetBuffer *buffer, size_t offset, NetTxAncillary *ancillary)
Send a packet.
void wf200DisableIrq(NetInterface *interface)
Disable interrupts.
Network interface controller abstraction layer.
void wf200EventHandler(NetInterface *interface)
WF200 event handler.
error_t wf200UpdateMacAddrFilter(NetInterface *interface)
Configure MAC address filtering.