A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
minstrel-wifi-manager.h File Reference
#include "wifi-remote-station-manager.h"
#include "wifi-mode.h"
#include "ns3/nstime.h"
#include "ns3/random-variable-stream.h"
+ 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 AlgorithmPorting Minstrel from Madwifi and Linux Kernel http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/minstrel. 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< struct
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...