A Discrete-Event Network Simulator
API
ns3::MlmeAssociateIndicationParams Struct Reference

MLME-ASSOCIATE.indication params. More...

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

+ Collaboration diagram for ns3::MlmeAssociateIndicationParams:

Public Attributes

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

Detailed Description

MLME-ASSOCIATE.indication params.

See 802.15.4-2011 6.2.2.2.

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

Member Data Documentation

◆ capabilityInfo

uint8_t ns3::MlmeAssociateIndicationParams::capabilityInfo {0}

The operational capabilities of the device requesting association.

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

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

◆ lqi

uint8_t ns3::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 325 of file lr-wpan-mac-base.h.

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

◆ m_extDevAddr

Mac64Address ns3::MlmeAssociateIndicationParams::m_extDevAddr

The extended address of the device requesting association.

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

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


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