MLME-ASSOCIATE.indication params. More...
#include "lr-wpan-mac-base.h"
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... | |
MLME-ASSOCIATE.indication params.
See 802.15.4-2011 6.2.2.2.
Definition at line 320 of file lr-wpan-mac-base.h.
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().
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().
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().