Neighbor AP information field. More...
#include "reduced-neighbor-report.h"
Public Attributes | |
uint8_t | channelNumber {0} |
Primary channel number. | |
bool | has20MHzPsd {false} |
whether 20 MHz PSD is present in all TBTT Information fields | |
bool | hasBssid {false} |
whether BSSID is present in all TBTT Information fields | |
bool | hasBssParams |
whether BSS parameters is present in all TBTT Information fields | |
bool | hasMldParams |
whether MLD Parameters is present in all TBTT Information fields | |
bool | hasShortSsid {false} |
whether Short SSID is present in all TBTT Information fields | |
uint8_t | operatingClass {0} |
Operating class. | |
TbttInformationHeader | tbttInfoHdr {0, 0, 0, 0, 0} |
TBTT Information header. | |
std::vector< TbttInformation > | tbttInformationSet |
One or more TBTT Information fields. | |
Neighbor AP information field.
Definition at line 72 of file reduced-neighbor-report.h.
uint8_t ns3::ReducedNeighborReport::NeighborApInformation::channelNumber {0} |
Primary channel number.
Definition at line 76 of file reduced-neighbor-report.h.
bool ns3::ReducedNeighborReport::NeighborApInformation::has20MHzPsd {false} |
whether 20 MHz PSD is present in all TBTT Information fields
Definition at line 83 of file reduced-neighbor-report.h.
bool ns3::ReducedNeighborReport::NeighborApInformation::hasBssid {false} |
whether BSSID is present in all TBTT Information fields
Definition at line 79 of file reduced-neighbor-report.h.
bool ns3::ReducedNeighborReport::NeighborApInformation::hasBssParams |
whether BSS parameters is present in all TBTT Information fields
Definition at line 81 of file reduced-neighbor-report.h.
bool ns3::ReducedNeighborReport::NeighborApInformation::hasMldParams |
whether MLD Parameters is present in all TBTT Information fields
Definition at line 84 of file reduced-neighbor-report.h.
bool ns3::ReducedNeighborReport::NeighborApInformation::hasShortSsid {false} |
whether Short SSID is present in all TBTT Information fields
Definition at line 80 of file reduced-neighbor-report.h.
uint8_t ns3::ReducedNeighborReport::NeighborApInformation::operatingClass {0} |
Operating class.
Definition at line 75 of file reduced-neighbor-report.h.
|
mutable |
TBTT Information header.
Definition at line 74 of file reduced-neighbor-report.h.
std::vector<TbttInformation> ns3::ReducedNeighborReport::NeighborApInformation::tbttInformationSet |
One or more TBTT Information fields.
Definition at line 77 of file reduced-neighbor-report.h.