MLME-ASSOCIATE.request params. More...
#include "lr-wpan-mac.h"
Public Attributes | |
CapabilityField | m_capabilityInfo |
Specifies the operational capabilities of the associating device. | |
uint8_t | m_chNum {11} |
The channel number on which to attempt association. | |
uint32_t | m_chPage {0} |
The channel page on which to attempt association. | |
uint8_t | m_coordAddrMode |
The coordinator addressing mode for this primitive and subsequent MPDU. | |
Mac64Address | m_coordExtAddr |
The extended address of the coordinator with which to associate. | |
uint16_t | m_coordPanId {0} |
The identifier of the PAN with which to associate. | |
Mac16Address | m_coordShortAddr |
The short address of the coordinator with which to associate. | |
MLME-ASSOCIATE.request params.
See 802.15.4-2011 Section 6.2.2.1
Definition at line 565 of file lr-wpan-mac.h.
CapabilityField ns3::MlmeAssociateRequestParams::m_capabilityInfo |
Specifies the operational capabilities of the associating device.
Definition at line 577 of file lr-wpan-mac.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 567 of file lr-wpan-mac.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 568 of file lr-wpan-mac.h.
Referenced by ScanConfirm().
uint8_t ns3::MlmeAssociateRequestParams::m_coordAddrMode |
The coordinator addressing mode for this primitive and subsequent MPDU.
Definition at line 569 of file lr-wpan-mac.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 575 of file lr-wpan-mac.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 571 of file lr-wpan-mac.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 573 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::EndAssociateRequest(), ScanConfirm(), and ns3::LrWpanMac::SendAssocRequestCommand().