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. | |
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. | |
MLME-ASSOCIATE.indication params.
See 802.15.4-2011 6.2.2.2.
Definition at line 354 of file lr-wpan-mac-base.h.
uint8_t ns3::lrwpan::MlmeAssociateIndicationParams::capabilityInfo {0} |
The operational capabilities of the device requesting association.
Definition at line 357 of file lr-wpan-mac-base.h.
Referenced by ns3::lrwpan::LrWpanMac::PdDataConfirm().
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 359 of file lr-wpan-mac-base.h.
Referenced by ns3::lrwpan::LrWpanMac::PdDataConfirm().
Mac64Address ns3::lrwpan::MlmeAssociateIndicationParams::m_extDevAddr |
The extended address of the device requesting association.
Definition at line 356 of file lr-wpan-mac-base.h.
Referenced by ns3::lrwpan::LrWpanMac::PdDataConfirm().