A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::lrwpan::MlmeAssociateIndicationParams Struct Reference

MLME-ASSOCIATE.indication params. More...

#include "lr-wpan-mac-base.h"

+ Collaboration diagram for ns3::lrwpan::MlmeAssociateIndicationParams:

Public Attributes

uint8_t capabilityInfo {0}
 The operational capabilities of the device requesting association.
 
uint8_t lqi {0}
 The link quality indicator of the received associate request command (Not officially supported in the standard but found in implementations)
 
Mac64Address m_extDevAddr
 The extended address of the device requesting association.
 

Detailed Description

MLME-ASSOCIATE.indication params.

See 802.15.4-2011 6.2.2.2.

Definition at line 360 of file lr-wpan-mac-base.h.

Member Data Documentation

◆ capabilityInfo

uint8_t ns3::lrwpan::MlmeAssociateIndicationParams::capabilityInfo {0}

The operational capabilities of the device requesting association.

Definition at line 363 of file lr-wpan-mac-base.h.

Referenced by ns3::lrwpan::LrWpanMac::PdDataConfirm().

◆ lqi

uint8_t ns3::lrwpan::MlmeAssociateIndicationParams::lqi {0}

The link quality indicator of the received associate request command (Not officially supported in the standard but found in implementations)

Definition at line 365 of file lr-wpan-mac-base.h.

Referenced by ns3::lrwpan::LrWpanMac::PdDataConfirm().

◆ m_extDevAddr

Mac64Address ns3::lrwpan::MlmeAssociateIndicationParams::m_extDevAddr

The extended address of the device requesting association.

Definition at line 362 of file lr-wpan-mac-base.h.

Referenced by ns3::lrwpan::LrWpanMac::PdDataConfirm().


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