Microchip® Advanced Software Framework

wpan_pandescriptor_tag Struct Reference

PAN descriptor information structure.

#include <mac_api.h>

Data Fields

uint8_t ChannelPage
 The current channel page occupied by the network. More...
 
wpan_addr_spec_t CoordAddrSpec
 Coordinator address specification in received beacon frame. More...
 
bool GTSPermit
 Set to true if the beacon is from a PAN coordinator accepting GTS requests. More...
 
uint8_t LinkQuality
 LQI at which the beacon was received. More...
 
uint8_t LogicalChannel
 The current logical channel used by the network. More...
 
uint16_t SuperframeSpec
 Superframe specification in received beacon frame. More...
 
uint32_t TimeStamp
 Time at which the beacon frame was received, in symbol counts. More...
 

uint8_t wpan_pandescriptor_tag::ChannelPage

The current channel page occupied by the network.

wpan_addr_spec_t wpan_pandescriptor_tag::CoordAddrSpec

Coordinator address specification in received beacon frame.

bool wpan_pandescriptor_tag::GTSPermit

Set to true if the beacon is from a PAN coordinator accepting GTS requests.

uint8_t wpan_pandescriptor_tag::LinkQuality

LQI at which the beacon was received.

Lower values represent poorer link quality.

uint8_t wpan_pandescriptor_tag::LogicalChannel

The current logical channel used by the network.

uint16_t wpan_pandescriptor_tag::SuperframeSpec

Superframe specification in received beacon frame.

uint32_t wpan_pandescriptor_tag::TimeStamp

Time at which the beacon frame was received, in symbol counts.

This quantity shall be interpreted as only 24-bits, with the most significant 8-bits entirely ignored.