Contiki-NG
Variables
framer-802154.c File Reference

    MAC framer for IEEE 802.15.4
More...

#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...
 

Detailed Description

    MAC framer for IEEE 802.15.4
Author
Niclas Finne nfi@s.nosp@m.ics..nosp@m.se Joakim Eriksson joaki.nosp@m.me@s.nosp@m.ics.s.nosp@m.e

Definition in file framer-802154.c.

Variable Documentation

◆ mac_dsn

uint8_t mac_dsn
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.