39#ifndef FRAMER_802154_H_
40#define FRAMER_802154_H_
47void framer_802154_setup_params(packetbuf_attr_t (*get_attr)(uint8_t type),
48 uint8_t dest_is_broadcast,
51extern const struct framer framer_802154;
802.15.4 frame creation and parsing functions
A MAC framer is responsible for constructing and parsing the header in MAC frames.
Header file for the Packet buffer (packetbuf) management.
Parameters used by the frame802154_create() function.