MLME-SCAN.request params. More...
#include "lr-wpan-mac.h"
Public Attributes | |
uint32_t | m_chPage {0} |
The channel page on which to perform scan. More... | |
uint32_t | m_scanChannels {0x7FFFFFF} |
The channel numbers to be scanned. More... | |
uint8_t | m_scanDuration {14} |
A value used to calculate the length of time to spend scanning [aBaseSuperframeDuration * (2^m_scanDuration +)]. More... | |
LrWpanMlmeScanType | m_scanType {MLMESCAN_PASSIVE} |
Indicates the type of scan performed as described in IEEE 802.15.4-2011 (5.1.2.1). More... | |
MLME-SCAN.request params.
See IEEE 802.15.4-2011 Section 6.2.10.1 Table 30
Definition at line 506 of file lr-wpan-mac.h.
uint32_t ns3::MlmeScanRequestParams::m_chPage {0} |
The channel page on which to perform scan.
Definition at line 513 of file lr-wpan-mac.h.
Referenced by TestActiveScanPanDescriptors::DoRun(), ns3::LrWpanMac::EndChannelScan(), and ns3::LrWpanMac::PlmeSetAttributeConfirm().
uint32_t ns3::MlmeScanRequestParams::m_scanChannels {0x7FFFFFF} |
The channel numbers to be scanned.
Definition at line 510 of file lr-wpan-mac.h.
Referenced by TestActiveScanPanDescriptors::DoRun(), ns3::LrWpanMac::EndChannelEnergyScan(), ns3::LrWpanMac::EndChannelScan(), and ns3::LrWpanMac::PlmeSetAttributeConfirm().
uint8_t ns3::MlmeScanRequestParams::m_scanDuration {14} |
A value used to calculate the length of time to spend scanning [aBaseSuperframeDuration * (2^m_scanDuration +)].
Definition at line 511 of file lr-wpan-mac.h.
Referenced by TestActiveScanPanDescriptors::DoRun(), and ns3::LrWpanMac::PlmeSetAttributeConfirm().
LrWpanMlmeScanType ns3::MlmeScanRequestParams::m_scanType {MLMESCAN_PASSIVE} |
Indicates the type of scan performed as described in IEEE 802.15.4-2011 (5.1.2.1).
Definition at line 508 of file lr-wpan-mac.h.
Referenced by TestActiveScanPanDescriptors::DoRun(), ns3::LrWpanMac::EndChannelEnergyScan(), ns3::LrWpanMac::EndChannelScan(), and ns3::LrWpanMac::PlmeSetAttributeConfirm().