src/wifi/model/originator-block-ack-agreement.h
changeset 7139 79dd02ed46ec
parent 6852 8f1a53d3f6ca
child 7141 072fb225b714
equal deleted inserted replaced
7138:90f585e0fcea 7139:79dd02ed46ec
    23 
    23 
    24 #include "block-ack-agreement.h"
    24 #include "block-ack-agreement.h"
    25 
    25 
    26 namespace ns3 {
    26 namespace ns3 {
    27 
    27 
    28 /* \brief Maintains the state and information about transmitted MPDUs with ack policy block ack
    28 /** 
    29  *        for an originator station.
    29  * \ingroup wifi
       
    30  * Maintains the state and information about transmitted MPDUs with ack policy block ack
       
    31  * for an originator station.
    30  */
    32  */
    31 class OriginatorBlockAckAgreement : public BlockAckAgreement
    33 class OriginatorBlockAckAgreement : public BlockAckAgreement
    32 {
    34 {
    33   friend class BlockAckManager;
    35   friend class BlockAckManager;
    34 public:
    36 public: