src/devices/wifi/edca-txop-n.h
changeset 6273 8d70de29d514
parent 6080 41ee42654550
child 6294 6cefb3c0696a
equal deleted inserted replaced
6272:f52c6e3cae70 6273:8d70de29d514
   212   Ptr<MsduAggregator> m_aggregator;
   212   Ptr<MsduAggregator> m_aggregator;
   213   TypeOfStation m_typeOfStation;
   213   TypeOfStation m_typeOfStation;
   214   QosBlockedDestinations *m_qosBlockedDestinations;
   214   QosBlockedDestinations *m_qosBlockedDestinations;
   215   BlockAckManager *m_baManager;
   215   BlockAckManager *m_baManager;
   216   /*
   216   /*
   217    * Represents the minimun number of packets for use of block ack.
   217    * Represents the minimum number of packets for use of block ack.
   218    */
   218    */
   219   uint8_t m_blockAckThreshold;
   219   uint8_t m_blockAckThreshold;
   220   enum BlockAckType m_blockAckType;
   220   enum BlockAckType m_blockAckType;
   221   Time m_currentPacketTimestamp;
   221   Time m_currentPacketTimestamp;
   222   uint16_t m_blockAckInactivityTimeout;
   222   uint16_t m_blockAckInactivityTimeout;