wifi: Document implementation choice regarding Block Ack agreement setup

This commit is contained in:
Sébastien Deronne
2023-11-29 20:13:16 +01:00
parent 7f1c31b5ec
commit d1d538ef46

View File

@@ -189,6 +189,8 @@ Some implementation choices that are not imposed by the standard are listed belo
* OperationalRateSet is assumed to contain all mandatory rates (see
`issue 183 <https://gitlab.com/nsnam/ns-3-dev/-/issues/183>`_)
* The wifi manager always selects the lowest basic rate for management frames.
* If a STA (AP or non-AP) supports VHT, a Block Ack agreement is always setup once
a first packet is enqueued regardless of whether it will be transmitted in an A-MPDU.
Design Details
**************