diff -r 6bb048d50235 -r a5fefe9916a0 src/devices/wifi/mgt-headers.h --- 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);