MLME-ASSOCIATE.response params. More...
#include "lr-wpan-mac.h"
Public Attributes | |
Mac16Address | m_assocShortAddr |
The short address allocated by the coordinator on successful assoc. More... | |
Mac64Address | m_extDevAddr |
The extended address of the device requesting association. More... | |
LrWpanAssociationStatus | m_status {DISASSOCIATED} |
The status of the association attempt (As defined on Table 83 IEEE 802.15.4-2006) More... | |
MLME-ASSOCIATE.response params.
See 802.15.4-2011 6.2.2.3.
Definition at line 442 of file lr-wpan-mac.h.
Mac16Address ns3::MlmeAssociateResponseParams::m_assocShortAddr |
The short address allocated by the coordinator on successful assoc.
FF:FF = Unsuccessful
Definition at line 445 of file lr-wpan-mac.h.
Referenced by AssociateIndication().
Mac64Address ns3::MlmeAssociateResponseParams::m_extDevAddr |
The extended address of the device requesting association.
Definition at line 444 of file lr-wpan-mac.h.
Referenced by AssociateIndication().
LrWpanAssociationStatus ns3::MlmeAssociateResponseParams::m_status {DISASSOCIATED} |
The status of the association attempt (As defined on Table 83 IEEE 802.15.4-2006)
Definition at line 447 of file lr-wpan-mac.h.
Referenced by AssociateIndication().