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

Fixed part of the Beacon Payload (Superframe Specification and GTS Specification). More...

#include <zephyr/net/ieee802154_frame.h>

Data Fields

struct ieee802154_beacon_sf sf
 Superframe Specification field.
struct ieee802154_gts_spec gts
 GTS Specification field (always present in this layout).

Detailed Description

Fixed part of the Beacon Payload (Superframe Specification and GTS Specification).

Additional GTS List, GTS Direction, and Pending Address fields follow per section 7.3.1; see Figure 7-6.

Field Documentation

◆ gts

struct ieee802154_gts_spec ieee802154_beacon::gts

GTS Specification field (always present in this layout).

◆ sf

struct ieee802154_beacon_sf ieee802154_beacon::sf

Superframe Specification field.


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