Parameters for GCR-UR tests. More...
#include "wifi-gcr-test.h"
Public Attributes | |
uint8_t | expectedSkippedRetries |
the number of skipped retries because of lifetime expiry | |
uint8_t | nGcrRetries {7} |
number of solicited retries to use for GCR-UR | |
std::optional< uint16_t > | packetsPauzeAggregation {} |
the amount of generated packets after which MPDU aggregation should not be used by limiting the queue to a single packet. | |
std::optional< uint16_t > | packetsResumeAggregation {} |
the amount of generated packets after which MPDU aggregation should be used again by refilling the queue with more packets. | |
Parameters for GCR-UR tests.
Definition at line 259 of file wifi-gcr-test.h.
uint8_t GcrUrTest::GcrUrParameters::expectedSkippedRetries |
the number of skipped retries because of lifetime expiry
Definition at line 262 of file wifi-gcr-test.h.
Referenced by GcrUrTest::CheckResults().
uint8_t GcrUrTest::GcrUrParameters::nGcrRetries {7} |
number of solicited retries to use for GCR-UR
Definition at line 261 of file wifi-gcr-test.h.
Referenced by GcrUrTest::CheckResults(), and GcrUrTest::ConfigureGcrManager().
std::optional<uint16_t> GcrUrTest::GcrUrParameters::packetsPauzeAggregation {} |
the amount of generated packets after which MPDU aggregation should not be used by limiting the queue to a single packet.
If not specified, MPDU aggregation is not paused
Definition at line 265 of file wifi-gcr-test.h.
Referenced by GcrUrTest::CheckResults(), GcrUrTest::IsUsingAmpduOrSmpdu(), GcrUrTest::PacketGenerated(), and GcrUrTest::Transmit().
std::optional<uint16_t> GcrUrTest::GcrUrParameters::packetsResumeAggregation {} |
the amount of generated packets after which MPDU aggregation should be used again by refilling the queue with more packets.
If not specified, MPDU aggregation is not resumed
Definition at line 270 of file wifi-gcr-test.h.
Referenced by GcrUrTest::CheckResults(), GcrUrTest::IsUsingAmpduOrSmpdu(), GcrUrTest::PacketGenerated(), and GcrUrTest::Transmit().