A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
GcrBaTest::GcrBaParameters Struct Reference

Parameters for GCR-BA tests. More...

#include "wifi-gcr-test.h"

+ Collaboration diagram for GcrBaTest::GcrBaParameters:

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)
 

Detailed Description

Parameters for GCR-BA tests.

Definition at line 334 of file wifi-gcr-test.h.

Member Data Documentation

◆ barsToCorrupt

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().

◆ blockAcksToCorrupt

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().

◆ expectedNTxBarsPerTxop

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().


The documentation for this struct was generated from the following file: