A struct to contain information of a standard. More...
#include "minstrel-ht-wifi-manager.h"
Public Attributes | |
McsGroupType | groupType {} |
group type associated to the given standard in Minstrel HT | |
std::vector< Time > | guardIntervals {} |
supported GIs | |
uint8_t | maxMcs {} |
maximum MCS index (for 1 SS if 802.11n) | |
uint8_t | maxStreams {} |
maximum number of spatial streams | |
MHz_u | maxWidth {} |
maximum channel width | |
A struct to contain information of a standard.
Definition at line 220 of file minstrel-ht-wifi-manager.h.
McsGroupType ns3::MinstrelHtWifiManager::StandardInfo::groupType {} |
group type associated to the given standard in Minstrel HT
Definition at line 222 of file minstrel-ht-wifi-manager.h.
std::vector<Time> ns3::MinstrelHtWifiManager::StandardInfo::guardIntervals {} |
supported GIs
Definition at line 225 of file minstrel-ht-wifi-manager.h.
uint8_t ns3::MinstrelHtWifiManager::StandardInfo::maxMcs {} |
maximum MCS index (for 1 SS if 802.11n)
Definition at line 223 of file minstrel-ht-wifi-manager.h.
uint8_t ns3::MinstrelHtWifiManager::StandardInfo::maxStreams {} |
maximum number of spatial streams
Definition at line 226 of file minstrel-ht-wifi-manager.h.
MHz_u ns3::MinstrelHtWifiManager::StandardInfo::maxWidth {} |
maximum channel width
Definition at line 224 of file minstrel-ht-wifi-manager.h.