src/wifi/doc/source/wifi-user.rst
changeset 11673 ea9789e18a84
parent 11665 bb52e7eaaf33
child 11682 085c4ff7a60f
equal deleted inserted replaced
11672:51263c7e64bb 11673:ea9789e18a84
   226     wifiMacHelper.SetBlockAckInactivityTimeoutForAc (AC_BE, 5);
   226     wifiMacHelper.SetBlockAckInactivityTimeoutForAc (AC_BE, 5);
   227 
   227 
   228 This object can be also used to set in the same way as ``ns3::QosWifiMacHelper``.
   228 This object can be also used to set in the same way as ``ns3::QosWifiMacHelper``.
   229 
   229 
   230 VhtWifiMacHelper
   230 VhtWifiMacHelper
   231 +++++++++++++++
   231 ++++++++++++++++
   232 
   232 
   233 The ``ns3::VhtWifiMacHelper`` configures an
   233 The ``ns3::VhtWifiMacHelper`` configures an
   234 object factory to create instances of a ``ns3::WifiMac``. It is used to
   234 object factory to create instances of a ``ns3::WifiMac``. It is used to
   235 supports creation of MAC instances that have 802.11ac-style Very High throughput (VHT) and QoS support enabled. This object is similar to ``HtWifiMacHelper``.
   235 supports creation of MAC instances that have 802.11ac-style Very High throughput (VHT) and QoS support enabled. This object is similar to ``HtWifiMacHelper``.
   236 
   236