OpenWSN Firmware
IEEE802154.c File Reference
#include "openwsn.h"
#include "IEEE802154.h"
#include "packetfunctions.h"
#include "idmanager.h"
#include "openserial.h"
#include "topology.h"

Functions

void ieee802154_prependHeader (OpenQueueEntry_t *msg, uint8_t frameType, uint8_t ielistpresent, uint8_t frameVersion, bool securityEnabled, uint8_t sequenceNumber, open_addr_t *nextHop)
 Prepend the IEEE802.15.4 MAC header to a (to be transmitted) packet. More...
 
void ieee802154_retrieveHeader (OpenQueueEntry_t *msg, ieee802154_header_iht *ieee802514_header)
 Retreieve the IEEE802.15.4 MAC header from a (just received) packet. More...