|
Contiki-NG
|
MAC framer for IEEE 802.15.4More...
#include "net/mac/framer/framer-802154.h"#include "net/mac/framer/frame802154.h"#include "net/mac/llsec802154.h"#include "net/packetbuf.h"#include "lib/random.h"#include <string.h>#include "sys/log.h"Go to the source code of this file.
Variables | |
| static uint8_t | mac_dsn |
| The sequence number (0x00 - 0xff) added to the transmitted data or MAC command frame. More... | |
MAC framer for IEEE 802.15.4
Definition in file framer-802154.c.
|
static |
The sequence number (0x00 - 0xff) added to the transmitted data or MAC command frame.
The default is a random value within the range.
Definition at line 54 of file framer-802154.c.
1.8.13