58 send(mac_callback_t sent,
void *ptr)
60 packetbuf_set_attr(PACKETBUF_ATTR_FRAME_TYPE, FRAME802154_DATAFRAME);
61 NETSTACK_MAC.send(sent, ptr);
67 NETSTACK_NETWORK.input();
Insecure link layer security driver.
static void input(void)
Process a received 6lowpan packet.
Header file for the Rime buffer (packetbuf) management
void(* send)(mac_callback_t sent_callback, void *ptr)
Secures outgoing frames before passing them to NETSTACK_MAC.
The structure of a link layer security driver.
802.15.4 frame creation and parsing functions
void(* init)(void)
Inits link layer security.
Include file for the Contiki low-layer network stack (NETSTACK)