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

MLME-ASSOCIATE.response params. More...

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

+ Collaboration diagram for ns3::lrwpan::MlmeAssociateResponseParams:

Public Attributes

Mac16Address m_assocShortAddr
 The short address allocated by the coordinator on successful assoc.
 
Mac64Address m_extDevAddr
 The extended address of the device requesting association.
 
MacStatus m_status
 The status of the association attempt (As defined on Table 83 IEEE 802.15.4-2006)
 

Detailed Description

MLME-ASSOCIATE.response params.

See 802.15.4-2011 6.2.2.3.

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

Member Data Documentation

◆ m_assocShortAddr

Mac16Address ns3::lrwpan::MlmeAssociateResponseParams::m_assocShortAddr

The short address allocated by the coordinator on successful assoc.

FF:FF = Unsuccessful

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

Referenced by AssociateIndication().

◆ m_extDevAddr

Mac64Address ns3::lrwpan::MlmeAssociateResponseParams::m_extDevAddr

The extended address of the device requesting association.

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

Referenced by AssociateIndication().

◆ m_status

MacStatus ns3::lrwpan::MlmeAssociateResponseParams::m_status
Initial value:

The status of the association attempt (As defined on Table 83 IEEE 802.15.4-2006)

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

Referenced by AssociateIndication().


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