MLME-ASSOCIATE.request params. More...
#include "lr-wpan-mac-base.h"
Public Attributes | |
uint8_t | m_capabilityInfo {0} |
Specifies the operational capabilities of the associating device (bitmap). More... | |
uint8_t | m_chNum {11} |
The channel number on which to attempt association. More... | |
uint32_t | m_chPage {0} |
The channel page on which to attempt association. More... | |
uint8_t | m_coordAddrMode {SHORT_ADDR} |
The coordinator addressing mode for this primitive and subsequent MPDU. More... | |
Mac64Address | m_coordExtAddr |
The extended address of the coordinator with which to associate. More... | |
uint16_t | m_coordPanId {0} |
The identifier of the PAN with which to associate. More... | |
Mac16Address | m_coordShortAddr |
The short address of the coordinator with which to associate. More... | |
MLME-ASSOCIATE.request params.
See 802.15.4-2011 Section 6.2.2.1
Definition at line 180 of file lr-wpan-mac-base.h.
uint8_t ns3::MlmeAssociateRequestParams::m_capabilityInfo {0} |
Specifies the operational capabilities of the associating device (bitmap).
Definition at line 191 of file lr-wpan-mac-base.h.
Referenced by ScanConfirm(), and ns3::LrWpanMac::SendAssocRequestCommand().
uint8_t ns3::MlmeAssociateRequestParams::m_chNum {11} |
The channel number on which to attempt association.
Definition at line 182 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::PlmeSetAttributeConfirm(), and ScanConfirm().
uint32_t ns3::MlmeAssociateRequestParams::m_chPage {0} |
The channel page on which to attempt association.
Definition at line 183 of file lr-wpan-mac-base.h.
Referenced by ScanConfirm().
uint8_t ns3::MlmeAssociateRequestParams::m_coordAddrMode {SHORT_ADDR} |
The coordinator addressing mode for this primitive and subsequent MPDU.
Definition at line 184 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::EndAssociateRequest(), ScanConfirm(), and ns3::LrWpanMac::SendAssocRequestCommand().
Mac64Address ns3::MlmeAssociateRequestParams::m_coordExtAddr |
The extended address of the coordinator with which to associate.
Definition at line 189 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::EndAssociateRequest(), ScanConfirm(), and ns3::LrWpanMac::SendAssocRequestCommand().
uint16_t ns3::MlmeAssociateRequestParams::m_coordPanId {0} |
The identifier of the PAN with which to associate.
Definition at line 186 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::EndAssociateRequest(), ScanConfirm(), and ns3::LrWpanMac::SendAssocRequestCommand().
Mac16Address ns3::MlmeAssociateRequestParams::m_coordShortAddr |
The short address of the coordinator with which to associate.
Definition at line 187 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::EndAssociateRequest(), ScanConfirm(), and ns3::LrWpanMac::SendAssocRequestCommand().