Parameters for GCR-BA tests. More...
#include "wifi-gcr-test.h"
Public Attributes | |
std::set< uint8_t > | barsToCorrupt {} |
list of GCR BARs (starting from 1) to corrupt | |
std::set< uint8_t > | blockAcksToCorrupt {} |
list of GCR Block ACKs (starting from 1) to corrupt | |
std::vector< uint8_t > | expectedNTxBarsPerTxop {} |
the expected number of BAR frames transmitted by the AP per TXOP (only takes into account TXOPs with BARs transmitted) | |
Parameters for GCR-BA tests.
Definition at line 334 of file wifi-gcr-test.h.
std::set<uint8_t> GcrBaTest::GcrBaParameters::barsToCorrupt {} |
list of GCR BARs (starting from 1) to corrupt
Definition at line 336 of file wifi-gcr-test.h.
Referenced by GcrBaTest::CheckResults(), and GcrBaTest::Transmit().
std::set<uint8_t> GcrBaTest::GcrBaParameters::blockAcksToCorrupt {} |
list of GCR Block ACKs (starting from 1) to corrupt
Definition at line 338 of file wifi-gcr-test.h.
Referenced by GcrBaTest::CheckResults(), and GcrBaTest::Transmit().
std::vector<uint8_t> GcrBaTest::GcrBaParameters::expectedNTxBarsPerTxop {} |
the expected number of BAR frames transmitted by the AP per TXOP (only takes into account TXOPs with BARs transmitted)
Definition at line 340 of file wifi-gcr-test.h.
Referenced by GcrBaTest::CheckResults().