Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ieee802154_mhr Struct Reference

Parsed view of the MAC Header (MHR) and Auxiliary Security Header pointers. More...

#include <zephyr/net/ieee802154_frame.h>

Data Fields

struct ieee802154_fcf_seqfs
 Frame Control and Sequence Number.
struct ieee802154_address_fielddst_addr
 Destination address field, if present per Frame Control.
struct ieee802154_address_fieldsrc_addr
 Source address field, if present per Frame Control.
struct ieee802154_aux_security_hdraux_sec
 Auxiliary Security Header, if Security Enabled is one.

Detailed Description

Parsed view of the MAC Header (MHR) and Auxiliary Security Header pointers.

Logical fields of the general MAC frame; see section 7.2.1 and Figure 7-2. Pointers refer into a contiguous PSDU buffer.

Field Documentation

◆ aux_sec

struct ieee802154_aux_security_hdr* ieee802154_mhr::aux_sec

Auxiliary Security Header, if Security Enabled is one.

◆ dst_addr

struct ieee802154_address_field* ieee802154_mhr::dst_addr

Destination address field, if present per Frame Control.

◆ fs

struct ieee802154_fcf_seq* ieee802154_mhr::fs

Frame Control and Sequence Number.

◆ src_addr

struct ieee802154_address_field* ieee802154_mhr::src_addr

Source address field, if present per Frame Control.


The documentation for this struct was generated from the following file: