equal
deleted
inserted
replaced
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 /** |