49 send_packet(mac_callback_t sent,
void *ptr)
51 NETSTACK_RDC.send(sent, ptr);
57 NETSTACK_LLSEC.input();
63 return NETSTACK_RDC.on();
67 off(
int keep_radio_on)
69 return NETSTACK_RDC.off(keep_radio_on);
73 channel_check_interval(
void)
Header file for the uIP TCP/IP stack.
Header for the Contiki/uIP interface.
unsigned short(* channel_check_interval)(void)
Returns the channel check interval, expressed in clock_time_t ticks.
Header file for the Rime buffer (packetbuf) management
int(* off)(int keep_radio_on)
Turn the MAC layer off.
int(* on)(void)
Turn the MAC layer on.
void(* init)(void)
Initialize the MAC driver.
The structure of a MAC protocol driver in Contiki.
A MAC protocol implementation that does not do anything.
Include file for the Contiki low-layer network stack (NETSTACK)