src/devices/wifi/edca-txop-n.h
changeset 6294 6cefb3c0696a
parent 6273 8d70de29d514
child 6331 eee2eab36748
equal deleted inserted replaced
6293:11a2f62de3ec 6294:6cefb3c0696a
   142   void SetMsduAggregator (Ptr<MsduAggregator> aggr);
   142   void SetMsduAggregator (Ptr<MsduAggregator> aggr);
   143   void PushFront (Ptr<const Packet> packet, const WifiMacHeader &hdr);
   143   void PushFront (Ptr<const Packet> packet, const WifiMacHeader &hdr);
   144   void CompleteConfig (void);
   144   void CompleteConfig (void);
   145   void SetBlockAckThreshold (uint8_t threshold);
   145   void SetBlockAckThreshold (uint8_t threshold);
   146   uint8_t GetBlockAckThreshold (void) const;
   146   uint8_t GetBlockAckThreshold (void) const;
       
   147   void SetBlockAckInactivityTimeout (uint16_t timeout);
   147   void SendDelbaFrame (Mac48Address addr, uint8_t tid, bool byOriginator);
   148   void SendDelbaFrame (Mac48Address addr, uint8_t tid, bool byOriginator);
   148 
   149 
   149 private:
   150 private:
   150   void DoStart ();
   151   void DoStart ();
   151   /**
   152   /**