|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Parsed view of the MAC Header (MHR) and Auxiliary Security Header pointers. More...
#include <zephyr/net/ieee802154_frame.h>
Data Fields | |
| struct ieee802154_fcf_seq * | fs |
| Frame Control and Sequence Number. | |
| struct ieee802154_address_field * | dst_addr |
| Destination address field, if present per Frame Control. | |
| struct ieee802154_address_field * | src_addr |
| Source address field, if present per Frame Control. | |
| struct ieee802154_aux_security_hdr * | aux_sec |
| Auxiliary Security Header, if Security Enabled is one. | |
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.
| struct ieee802154_aux_security_hdr* ieee802154_mhr::aux_sec |
Auxiliary Security Header, if Security Enabled is one.
| struct ieee802154_address_field* ieee802154_mhr::dst_addr |
Destination address field, if present per Frame Control.
| struct ieee802154_fcf_seq* ieee802154_mhr::fs |
Frame Control and Sequence Number.
| struct ieee802154_address_field* ieee802154_mhr::src_addr |
Source address field, if present per Frame Control.