src/devices/wifi/qap-wifi-mac.h
changeset 5953 9e400f6b8a2c
parent 5819 514ec98954ab
child 5958 dd0accd82659
--- a/src/devices/wifi/qap-wifi-mac.h	Wed Feb 03 20:34:49 2010 +0100
+++ b/src/devices/wifi/qap-wifi-mac.h	Wed Feb 03 20:34:50 2010 +0100
@@ -47,6 +47,7 @@
 class DcfManager;
 class AmsduSubframeHeader;
 class MsduAggregator;
+class MgtAddBaRequestHeader;
 
 class QapWifiMac : public WifiMac
 {
@@ -103,6 +104,7 @@
   void TxFailed (const WifiMacHeader& hdr);
   void SendProbeResp (Mac48Address to);
   void SendAssocResp (Mac48Address to, bool success);
+  void SendAddBaResponse (const MgtAddBaRequestHeader *reqHdr, Mac48Address originator);
   void SendOneBeacon (void);
   SupportedRates GetSupportedRates (void) const;
   void SetBeaconGeneration (bool enable);