cc33xx_driver.c
void macAddrToEui64(const MacAddr *macAddr, Eui64 *interfaceId)
Map a MAC address to the IPv6 modified EUI-64 identifier.
Definition: ethernet.c:946
size_t netBufferRead(void *dest, const NetBuffer *src, size_t srcOffset, size_t length)
Read data from a multi-part buffer.
Definition: net_mem.c:690
void cc33xxStaRxCallback(WlanRole_e role, uint8_t *data, uint32_t length)
Process incoming packets (STA interface)
Definition: cc33xx_driver.c:404
void cc33xxApRxCallback(WlanRole_e role, uint8_t *data, uint32_t length)
Process incoming packets (AP interface)
Definition: cc33xx_driver.c:436
void nicProcessPacket(NetInterface *interface, uint8_t *packet, size_t length, NetRxAncillary *ancillary)
Handle a packet received by the network controller.
Definition: nic.c:392
void cc33xxEventCallback(WlanEvent_t *wlanEvent)
WLAN event callback function.
Definition: cc33xx_driver.c:355
error_t cc33xxSendPacket(NetInterface *interface, const NetBuffer *buffer, size_t offset, NetTxAncillary *ancillary)
Send a packet.
Definition: cc33xx_driver.c:282
void cc33xxEventHandler(NetInterface *interface)
CC33xx event handler.
Definition: cc33xx_driver.c:267
size_t netBufferGetLength(const NetBuffer *buffer)
Get the actual length of a multi-part buffer.
Definition: net_mem.c:297
void osAcquireMutex(OsMutex *mutex)
Acquire ownership of the specified mutex object.
Definition: os_port_chibios.c:396
void osReleaseMutex(OsMutex *mutex)
Release ownership of the specified mutex object.
Definition: os_port_chibios.c:408
void osSetEvent(OsEvent *event)
Set the specified event object to the signaled state.
Definition: os_port_chibios.c:202
CC3300/CC3301 Wi-Fi controller.
TCP/IP stack core.
error_t cc33xxUpdateMacAddrFilter(NetInterface *interface)
Configure MAC address filtering.
Definition: cc33xx_driver.c:340
Debugging facilities.