equal
deleted
inserted
replaced
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 SendDelbaFrame (Mac48Address addr, uint8_t tid, bool byOriginator); |
147 void SendDelbaFrame (Mac48Address addr, uint8_t tid, bool byOriginator); |
148 |
148 |
149 private: |
149 private: |
|
150 void DoStart (); |
150 /** |
151 /** |
151 * This functions are used only to correctly set addresses in a-msdu subframe. |
152 * This functions are used only to correctly set addresses in a-msdu subframe. |
152 * If aggregating sta is a STA (in an infrastructured network): |
153 * If aggregating sta is a STA (in an infrastructured network): |
153 * SA = Address2 |
154 * SA = Address2 |
154 * DA = Address3 |
155 * DA = Address3 |