--- a/src/devices/wifi/wifi-mac-header.h Thu Jul 16 15:57:19 2009 +0400
+++ b/src/devices/wifi/wifi-mac-header.h Thu Jul 16 16:55:20 2009 +0400
@@ -46,6 +46,9 @@
WIFI_MAC_MGT_PROBE_RESPONSE,
WIFI_MAC_MGT_AUTHENTICATION,
WIFI_MAC_MGT_DEAUTHENTICATION,
+ WIFI_MAC_MGT_ACTION,
+ WIFI_MAC_MGT_ACTION_NO_ACK,
+ WIFI_MAC_MGT_MULTIHOP_ACTION,
WIFI_MAC_DATA,
WIFI_MAC_DATA_CFACK,
@@ -98,6 +101,8 @@
void SetProbeResp (void);
void SetBeacon (void);
void SetTypeData (void);
+ void SetAction ();
+ void SetMultihopAction();
void SetDsFrom (void);
void SetDsNotFrom (void);
void SetDsTo (void);
@@ -150,6 +155,8 @@
bool IsDisassociation (void) const;
bool IsAuthentication (void) const;
bool IsDeauthentication (void) const;
+ bool IsAction () const;
+ bool IsMultihopAction () const;
uint16_t GetRawDuration (void) const;
Time GetDuration (void) const;
uint16_t GetSequenceControl (void) const;