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). | |
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 {SHORT_ADDR} |
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 171 of file lr-wpan-mac-base.h.
uint8_t ns3::lrwpan::MlmeAssociateRequestParams::m_capabilityInfo {0} |
Specifies the operational capabilities of the associating device (bitmap).
Definition at line 182 of file lr-wpan-mac-base.h.
Referenced by ScanConfirm(), and ns3::lrwpan::LrWpanMac::SendAssocRequestCommand().
uint8_t ns3::lrwpan::MlmeAssociateRequestParams::m_chNum {11} |
The channel number on which to attempt association.
Definition at line 173 of file lr-wpan-mac-base.h.
Referenced by ns3::lrwpan::LrWpanMac::PlmeSetAttributeConfirm(), and ScanConfirm().
uint32_t ns3::lrwpan::MlmeAssociateRequestParams::m_chPage {0} |
The channel page on which to attempt association.
Definition at line 174 of file lr-wpan-mac-base.h.
Referenced by ScanConfirm().
uint8_t ns3::lrwpan::MlmeAssociateRequestParams::m_coordAddrMode {SHORT_ADDR} |
The coordinator addressing mode for this primitive and subsequent MPDU.
Definition at line 175 of file lr-wpan-mac-base.h.
Referenced by ns3::lrwpan::LrWpanMac::EndAssociateRequest(), ScanConfirm(), and ns3::lrwpan::LrWpanMac::SendAssocRequestCommand().
Mac64Address ns3::lrwpan::MlmeAssociateRequestParams::m_coordExtAddr |
The extended address of the coordinator with which to associate.
Definition at line 180 of file lr-wpan-mac-base.h.
Referenced by ns3::lrwpan::LrWpanMac::EndAssociateRequest(), ScanConfirm(), and ns3::lrwpan::LrWpanMac::SendAssocRequestCommand().
uint16_t ns3::lrwpan::MlmeAssociateRequestParams::m_coordPanId {0} |
The identifier of the PAN with which to associate.
Definition at line 177 of file lr-wpan-mac-base.h.
Referenced by ns3::lrwpan::LrWpanMac::EndAssociateRequest(), ScanConfirm(), and ns3::lrwpan::LrWpanMac::SendAssocRequestCommand().
Mac16Address ns3::lrwpan::MlmeAssociateRequestParams::m_coordShortAddr |
The short address of the coordinator with which to associate.
Definition at line 178 of file lr-wpan-mac-base.h.
Referenced by ns3::lrwpan::LrWpanMac::EndAssociateRequest(), ScanConfirm(), and ns3::lrwpan::LrWpanMac::SendAssocRequestCommand().