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

Pending Address Specification field of the beacon payload. More...

#include <zephyr/net/ieee802154_frame.h>

Data Fields

uint8_t reserved_1: 1
 Reserved; shall be zero.
uint8_t nb_eap: 3
 Number of Extended Addresses Pending subfield.
uint8_t reserved_2: 1
 Reserved; shall be zero.
uint8_t nb_sap: 3
 Number of Short Addresses Pending subfield.

Detailed Description

Pending Address Specification field of the beacon payload.

See section 7.3.1.6 and Figure 7-13.

Field Documentation

◆ nb_eap

uint8_t ieee802154_pas_spec::nb_eap

Number of Extended Addresses Pending subfield.

◆ nb_sap

uint8_t ieee802154_pas_spec::nb_sap

Number of Short Addresses Pending subfield.

◆ reserved_1

uint8_t ieee802154_pas_spec::reserved_1

Reserved; shall be zero.

◆ reserved_2

uint8_t ieee802154_pas_spec::reserved_2

Reserved; shall be zero.


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