A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
WifiPhyCcaIndicationTest::CcaCheckPoint Struct Reference

structure that holds information to perform CCA check More...

+ Collaboration diagram for WifiPhyCcaIndicationTest::CcaCheckPoint:

Public Attributes

Time expectedCcaEndTime {Seconds(0)}
 expected CCA_BUSY end time
 
WifiChannelListType expectedChannelListType
 expected channel list type
 
std::vector< TimeexpectedPer20MhzDurations {}
 expected per-20 MHz CCA duration
 
Time timePoint {Seconds(0)}
 time at which the check will performed
 

Detailed Description

structure that holds information to perform CCA check

Definition at line 775 of file wifi-phy-cca-test.cc.

Member Data Documentation

◆ expectedCcaEndTime

Time WifiPhyCcaIndicationTest::CcaCheckPoint::expectedCcaEndTime {Seconds(0)}

expected CCA_BUSY end time

Definition at line 778 of file wifi-phy-cca-test.cc.

◆ expectedChannelListType

WifiChannelListType WifiPhyCcaIndicationTest::CcaCheckPoint::expectedChannelListType
Initial value:
{
WIFI_CHANLIST_PRIMARY}

expected channel list type

Definition at line 779 of file wifi-phy-cca-test.cc.

◆ expectedPer20MhzDurations

std::vector<Time> WifiPhyCcaIndicationTest::CcaCheckPoint::expectedPer20MhzDurations {}

expected per-20 MHz CCA duration

Definition at line 781 of file wifi-phy-cca-test.cc.

◆ timePoint

Time WifiPhyCcaIndicationTest::CcaCheckPoint::timePoint {Seconds(0)}

time at which the check will performed

Definition at line 777 of file wifi-phy-cca-test.cc.


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