equal
deleted
inserted
replaced
26 #include <map> |
26 #include <map> |
27 |
27 |
28 namespace ns3 { |
28 namespace ns3 { |
29 |
29 |
30 /** |
30 /** |
31 * \brief create qos MAC layers for a ns3::WifiNetDevice. |
31 * \brief create QoS-enabled MAC layers for a ns3::WifiNetDevice. |
32 * This class can create MACs of type ns3::QapWifiMac, ns3::QstaWifiMac, and, ns3::QadhocWifiMac |
32 * |
|
33 * This class can create MACs of type ns3::ApWifiMac, ns3::StaWifiMac, |
|
34 * and, ns3::AdhocWifiMac, with QosSupported attribute set to True. |
33 */ |
35 */ |
34 class QosWifiMacHelper : public WifiMacHelper |
36 class QosWifiMacHelper : public WifiMacHelper |
35 { |
37 { |
36 public: |
38 public: |
37 /** |
39 /** |