#include "ns3/traced-value.h"#include "ns3/wifi-remote-station-manager.h"#include <fstream>#include <map> Include dependency graph for minstrel-wifi-manager.h:
 Include dependency graph for minstrel-wifi-manager.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Classes | |
| class | ns3::MinstrelWifiManager | 
| Implementation of Minstrel Rate Control AlgorithmMinstrel is a rate control algorithm implemented in MadWifi and Linux.  More... | |
| struct | ns3::MinstrelWifiRemoteStation | 
| hold per-remote-station state for Minstrel Wifi manager.  More... | |
| struct | ns3::RateInfo | 
| A struct to contain all information related to a data rate.  More... | |
| Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| Typedefs | |
| typedef std::vector< RateInfo > | ns3::MinstrelRate | 
| Data structure for a Minstrel Rate table A vector of a struct RateInfo.  More... | |
| typedef std::vector< std::vector< uint8_t > > | ns3::SampleRate | 
| Data structure for a Sample Rate table A vector of a vector uint8_t.  More... | |