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

Superframe Specification field of the beacon payload. More...

#include <zephyr/net/ieee802154_frame.h>

Data Fields

uint16_t sf_order: 4
 Superframe Order subfield.
uint16_t bc_order: 4
 Beacon Order subfield.
uint16_t association: 1
 Association Permit subfield.
uint16_t coordinator: 1
 PAN Coordinator subfield.
uint16_t reserved: 1
 Reserved; shall be zero.
uint16_t ble: 1
 Battery Life Extension subfield.
uint16_t cap_slot: 4
 Final CAP Slot subfield.

Detailed Description

Superframe Specification field of the beacon payload.

See section 7.3.1.4 and Figure 7-7.

Field Documentation

◆ association

uint16_t ieee802154_beacon_sf::association

Association Permit subfield.

◆ bc_order

uint16_t ieee802154_beacon_sf::bc_order

Beacon Order subfield.

◆ ble

uint16_t ieee802154_beacon_sf::ble

Battery Life Extension subfield.

◆ cap_slot

uint16_t ieee802154_beacon_sf::cap_slot

Final CAP Slot subfield.

◆ coordinator

uint16_t ieee802154_beacon_sf::coordinator

PAN Coordinator subfield.

◆ reserved

uint16_t ieee802154_beacon_sf::reserved

Reserved; shall be zero.

◆ sf_order

uint16_t ieee802154_beacon_sf::sf_order

Superframe Order subfield.


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