Go to the documentation of this file.
22 #ifndef TX_STATE_MACHINE_H
23 #define TX_STATE_MACHINE_H
void gnrc_lwmac_tx_start(gnrc_netif_t *netif, gnrc_pktsnip_t *pkt, gnrc_mac_tx_neighbor_t *neighbor)
Start LWMAC TX procedure to transmit packet pkt to neighbor.
void gnrc_lwmac_tx_stop(gnrc_netif_t *netif)
Stop LWMAC TX procedure.
Internal data types used by GNRC_MAC.
void gnrc_lwmac_tx_update(gnrc_netif_t *netif)
Update LWMAC TX procedure for transmission.
Representation of a network interface.
type for storing states of TX neighbor node.
General definitions for network packets and their helper functions.
Definition for GNRC's network interfaces.
Type to represent parts (either headers or payload) of a packet, called snips.