src/wifi/model/wifi-mode.h
changeset 10139 17a71cd49da3
parent 7526 f4e9610a07a3
child 10483 e3a02ed14587
--- a/src/wifi/model/wifi-mode.h	Tue Aug 13 10:37:49 2013 -0700
+++ b/src/wifi/model/wifi-mode.h	Tue Aug 13 22:05:25 2013 -0700
@@ -73,7 +73,10 @@
   /** Rate 2/3 */
   WIFI_CODE_RATE_2_3,
   /** Rate 1/2 */
-  WIFI_CODE_RATE_1_2
+  WIFI_CODE_RATE_1_2,
+ /** Rate 5/6 */
+ WIFI_CODE_RATE_5_6
+
 };
 
 /**
@@ -174,6 +177,9 @@
 typedef std::vector<WifiMode> WifiModeList;
 typedef WifiModeList::const_iterator WifiModeListIterator;
 
+typedef std::vector<uint8_t> WifiMcsList;
+typedef WifiMcsList::const_iterator WifiMcsListIterator;
+
 /**
  * \brief create WifiMode class instances and keep track of them.
  *