src/devices/wifi/mgt-headers.h
changeset 2007 a5fefe9916a0
parent 1939 40af0232df83
child 2643 2a3324f4dabe
--- a/src/devices/wifi/mgt-headers.h	Thu Oct 18 14:38:09 2007 +0200
+++ b/src/devices/wifi/mgt-headers.h	Thu Oct 18 15:12:39 2007 +0200
@@ -64,6 +64,9 @@
   ~MgtAssocResponseHeader ();
 
   StatusCode GetStatusCode (void);
+  SupportedRates GetSupportedRates (void);
+
+  void SetSupportedRates (SupportedRates rates);
   void SetStatusCode (StatusCode code);
 
   static uint32_t GetUid (void);