MLME-SCAN.confirm params. More...
#include "lr-wpan-mac.h"
 Collaboration diagram for ns3::MlmeScanConfirmParams:Public Attributes | |
| uint32_t | m_chPage {0} | 
| The channel page on which the scan was performed.  More... | |
| std::vector< uint8_t > | m_energyDetList | 
| A list of energy measurements, one for each channel searched during ED scan (Not valid for Active, Passive or Orphan Scans)  More... | |
| std::vector< PanDescriptor > | m_panDescList | 
| A list of PAN descriptor, one for each beacon found (Not valid for ED and Orphan scans).  More... | |
| LrWpanMlmeScanType | m_scanType | 
| Indicates the type of scan performed (ED,ACTIVE,PASSIVE,ORPHAN).  More... | |
| LrWpanMlmeScanConfirmStatus | m_status | 
| The status of the scan request.  More... | |
| std::vector< uint8_t > | m_unscannedCh | 
| A list of channels given in the request which were not scanned (Not valid for ED scans).  More... | |
MLME-SCAN.confirm params.
See IEEE 802.15.4-2011 Section 6.2.10.2
Definition at line 482 of file lr-wpan-mac.h.
| uint32_t ns3::MlmeScanConfirmParams::m_chPage {0} | 
The channel page on which the scan was performed.
Definition at line 488 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::EndChannelEnergyScan(), ns3::LrWpanMac::EndChannelScan(), ns3::LrWpanMac::MlmeScanRequest(), ns3::LrWpanMac::PlmeSetAttributeConfirm(), and ScanConfirm().
| std::vector<uint8_t> ns3::MlmeScanConfirmParams::m_energyDetList | 
A list of energy measurements, one for each channel searched during ED scan (Not valid for Active, Passive or Orphan Scans)
Definition at line 492 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::EndChannelEnergyScan(), ns3::LrWpanMac::EndChannelScan(), and ScanConfirm().
| std::vector<PanDescriptor> ns3::MlmeScanConfirmParams::m_panDescList | 
A list of PAN descriptor, one for each beacon found (Not valid for ED and Orphan scans).
Definition at line 494 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::EndChannelScan(), TestActiveScanPanDescriptors::ScanConfirm(), and ScanConfirm().
| LrWpanMlmeScanType ns3::MlmeScanConfirmParams::m_scanType | 
Indicates the type of scan performed (ED,ACTIVE,PASSIVE,ORPHAN).
Definition at line 486 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::EndChannelEnergyScan(), ns3::LrWpanMac::EndChannelScan(), ns3::LrWpanMac::MlmeScanRequest(), ns3::LrWpanMac::PlmeSetAttributeConfirm(), and ScanConfirm().
| LrWpanMlmeScanConfirmStatus ns3::MlmeScanConfirmParams::m_status | 
The status of the scan request.
Definition at line 484 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::EndChannelEnergyScan(), ns3::LrWpanMac::EndChannelScan(), ns3::LrWpanMac::MlmeScanRequest(), ns3::LrWpanMac::PlmeSetAttributeConfirm(), TestActiveScanPanDescriptors::ScanConfirm(), and ScanConfirm().
| std::vector<uint8_t> ns3::MlmeScanConfirmParams::m_unscannedCh | 
A list of channels given in the request which were not scanned (Not valid for ED scans).
Definition at line 489 of file lr-wpan-mac.h.