22#ifndef TX_STATE_MACHINE_H
23#define TX_STATE_MACHINE_H
Definition for GNRC's network interfaces.
General definitions for network packets and their helper functions.
type for storing states of TX neighbor node.
Representation of a network interface.
Type to represent parts (either headers or payload) of a packet, called snips.
Internal data types used by GNRC_MAC.
void gnrc_lwmac_tx_update(gnrc_netif_t *netif)
Update LWMAC TX procedure for transmission.
void gnrc_lwmac_tx_stop(gnrc_netif_t *netif)
Stop LWMAC TX procedure.
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.