diff --git a/src/wifi/test/wifi-txop-test.cc b/src/wifi/test/wifi-txop-test.cc index c8d254391..a87dee9bc 100644 --- a/src/wifi/test/wifi-txop-test.cc +++ b/src/wifi/test/wifi-txop-test.cc @@ -199,6 +199,8 @@ WifiTxopTest::WifiTxopTest(const WifiTxopTest::Params& params) m_singleRtsPerTxop(params.singleRtsPerTxop), m_lengthBasedRtsCtsThresh(params.lengthBasedRtsCtsThresh), m_protectedIfResponded(params.protectedIfResponded), + m_protectSingleExchange(params.protectSingleExchange), + m_singleExchangeProtectionSurplus(params.singleExchangeProtectionBuffer), m_apErrorModel(CreateObject()), m_staErrorModel(CreateObject()), m_apCorrupted(false),