src/devices/wifi/qadhoc-wifi-mac.h
changeset 5953 9e400f6b8a2c
parent 5906 509b5089a081
child 5958 dd0accd82659
--- a/src/devices/wifi/qadhoc-wifi-mac.h	Wed Feb 03 20:34:49 2010 +0100
+++ b/src/devices/wifi/qadhoc-wifi-mac.h	Wed Feb 03 20:34:50 2010 +0100
@@ -38,6 +38,7 @@
 class DcfManager;
 class MacLow;
 class MacRxMiddle;
+class MgtAddBaRequestHeader;
 
 class QadhocWifiMac : public WifiMac
 {
@@ -82,7 +83,8 @@
   void ForwardUp (Ptr<Packet> packet, Mac48Address from, Mac48Address to);
   QadhocWifiMac &operator = (const QadhocWifiMac &);
   QadhocWifiMac (const QadhocWifiMac &);
-
+  void SendAddBaResponse (const MgtAddBaRequestHeader *reqHdr, Mac48Address originator);
+  
   /**
   * When an A-MSDU is received, is deaggregated by this method and all extracted packets are
   * forwarded up.