rx_state_machine.h

Implementation of RX state machine.

void gnrc_lwmac_rx_start(gnrc_netif_t * netif)

Start LWMAC RX procedure to receive packet.

Parameters

netif:ptr to the network interface

void gnrc_lwmac_rx_stop(gnrc_netif_t * netif)

Stop LWMAC RX procedure.

Parameters

netif:ptr to the network interface

void gnrc_lwmac_rx_update(gnrc_netif_t * netif)

Update LWMAC RX procedure for packet reception.

Parameters

netif:ptr to the network interface