A Discrete-Event Network Simulator
API
minstrel-wifi-manager.h File Reference
#include "ns3/traced-value.h"
#include "wifi-remote-station-manager.h"
#include "ns3/random-variable-stream.h"
#include <fstream>
+ Include dependency graph for minstrel-wifi-manager.h:
+ 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< uint32_t > > ns3::SampleRate
 Data structure for a Sample Rate table A vector of a vector uint32_t. More...