structure that holds information to generate PPDUs More...
Public Attributes | |
uint16_t | bandwidth {0} |
bandwidth to use in MHz More... | |
uint16_t | centerFreq {0} |
center frequency to use in MHz More... | |
double | power {0.0} |
transmit power to use in dBm More... | |
Time | startTime {Seconds(0)} |
time at which transmission will be started More... | |
structure that holds information to generate PPDUs
Definition at line 755 of file wifi-phy-cca-test.cc.
uint16_t WifiPhyCcaIndicationTest::TxPpduInfo::bandwidth {0} |
bandwidth to use in MHz
Definition at line 760 of file wifi-phy-cca-test.cc.
uint16_t WifiPhyCcaIndicationTest::TxPpduInfo::centerFreq {0} |
center frequency to use in MHz
Definition at line 759 of file wifi-phy-cca-test.cc.
double WifiPhyCcaIndicationTest::TxPpduInfo::power {0.0} |
transmit power to use in dBm
Definition at line 757 of file wifi-phy-cca-test.cc.
Time WifiPhyCcaIndicationTest::TxPpduInfo::startTime {Seconds(0)} |
time at which transmission will be started
Definition at line 758 of file wifi-phy-cca-test.cc.