Home
last modified time | relevance | path

Searched refs:CCA_BUSY (Results 1 – 20 of 20) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/test/
H A Dwifi-phy-reception-test.cc1315 …1.0) + MicroSeconds (10.0), &TestPhyHeadersReception::CheckPhyState, this, WifiPhyState::CCA_BUSY); in DoRun()
1317 …1.0) + NanoSeconds (44000), &TestPhyHeadersReception::CheckPhyState, this, WifiPhyState::CCA_BUSY); in DoRun()
1328 …2.0) + MicroSeconds (10.0), &TestPhyHeadersReception::CheckPhyState, this, WifiPhyState::CCA_BUSY); in DoRun()
1330 …2.0) + NanoSeconds (43999), &TestPhyHeadersReception::CheckPhyState, this, WifiPhyState::CCA_BUSY); in DoRun()
1345 …3.0) + MicroSeconds (44.0), &TestPhyHeadersReception::CheckPhyState, this, WifiPhyState::CCA_BUSY); in DoRun()
1359 …4.0) + MicroSeconds (10.0), &TestPhyHeadersReception::CheckPhyState, this, WifiPhyState::CCA_BUSY); in DoRun()
1361 …4.0) + NanoSeconds (43999), &TestPhyHeadersReception::CheckPhyState, this, WifiPhyState::CCA_BUSY); in DoRun()
1379 …5.0) + MicroSeconds (10.0), &TestPhyHeadersReception::CheckPhyState, this, WifiPhyState::CCA_BUSY); in DoRun()
1381 …5.0) + NanoSeconds (23999), &TestPhyHeadersReception::CheckPhyState, this, WifiPhyState::CCA_BUSY); in DoRun()
1390 …6.0) + MicroSeconds (10.0), &TestPhyHeadersReception::CheckPhyState, this, WifiPhyState::CCA_BUSY); in DoRun()
[all …]
H A Dwifi-phy-ofdma-test.cc837 …PpduDuration, &TestDlOfdmaPhyTransmission::CheckPhyState, this, m_phySta1, WifiPhyState::CCA_BUSY); in RunOne()
838 …PpduDuration, &TestDlOfdmaPhyTransmission::CheckPhyState, this, m_phySta2, WifiPhyState::CCA_BUSY); in RunOne()
2432 … WifiPhyState::CCA_BUSY, //PHY should move to CCA_BUSY instead of IDLE due to the interference in RunOne()
2444 …WifiPhyState::CCA_BUSY, //PHY should move to CCA_BUSY instead of IDLE due to the interference (pri… in RunOne()
2466 …WifiPhyState::CCA_BUSY, //PHY should move to CCA_BUSY since measurement channel encompasses total … in RunOne()
2500 … WifiPhyState::CCA_BUSY, //PHY should move to CCA_BUSY instead of IDLE due to the interference in RunOne()
2512 … WifiPhyState::CCA_BUSY, //PHY should move to CCA_BUSY instead of IDLE due to the interference in RunOne()
2541 …WifiPhyState::CCA_BUSY, //PHY should move to CCA_BUSY instead of IDLE due to the interference on m… in RunOne()
2554 …WifiPhyState::CCA_BUSY, //PHY should move to CCA_BUSY instead of IDLE due to the interference on p… in RunOne()
2582 …WifiPhyState::CCA_BUSY, //PHY should move to CCA_BUSY instead of IDLE due to the interference on m… in RunOne()
[all …]
H A Dinter-bss-test-suite.cc260 …WifiPhyState stateDuringPayloadNeighboringBss = expectFilter ? WifiPhyState::CCA_BUSY : WifiPhySta… in SetupSimulation()
290 …s (10), &TestInterBssConstantObssPdAlgo::CheckPhyState, this, sta_device1, WifiPhyState::CCA_BUSY); in SetupSimulation()
291 …s (10), &TestInterBssConstantObssPdAlgo::CheckPhyState, this, sta_device2, WifiPhyState::CCA_BUSY); in SetupSimulation()
292 …ds (10), &TestInterBssConstantObssPdAlgo::CheckPhyState, this, ap_device1, WifiPhyState::CCA_BUSY); in SetupSimulation()
295 …o::CheckPhyState, this, sta_device1, expectPhyReset ? WifiPhyState::IDLE : WifiPhyState::CCA_BUSY); in SetupSimulation()
297 …go::CheckPhyState, this, ap_device1, expectPhyReset ? WifiPhyState::IDLE : WifiPhyState::CCA_BUSY); in SetupSimulation()
H A Dwifi-phy-thresholds-test.cc223 else if (newState == WifiPhyState::CCA_BUSY) in PhyStateChanged()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/
H A Dwifi-phy-state-helper.cc117 return (GetState () == WifiPhyState::CCA_BUSY); in IsStateCcaBusy()
163 case WifiPhyState::CCA_BUSY: in GetDelayUntilIdle()
220 return WifiPhyState::CCA_BUSY; in GetState()
379 case WifiPhyState::CCA_BUSY: in SwitchToTx()
384 m_stateLogger (ccaStart, now - ccaStart, WifiPhyState::CCA_BUSY); in SwitchToTx()
411 case WifiPhyState::CCA_BUSY: in SwitchToRx()
416 m_stateLogger (ccaStart, now - ccaStart, WifiPhyState::CCA_BUSY); in SwitchToRx()
443 case WifiPhyState::CCA_BUSY: in SwitchToChannelSwitching()
551 if (GetState () != WifiPhyState::CCA_BUSY) in SwitchMaybeToCcaBusy()
568 case WifiPhyState::CCA_BUSY: in SwitchToSleep()
[all …]
H A Dwifi-phy-state.h40 CCA_BUSY, enumerator
76 case CCA_BUSY:
H A Dwifi-radio-energy-model.cc404 case WifiPhyState::CCA_BUSY: in GetStateA()
437 case WifiPhyState::CCA_BUSY: in SetWifiRadioState()
551 m_changeStateCallback (WifiPhyState::CCA_BUSY); in NotifyMaybeCcaBusyStart()
H A Dwifi-phy.cc1329 case WifiPhyState::CCA_BUSY: in DoChannelSwitch()
1482 case WifiPhyState::CCA_BUSY: in SetSleepMode()
1521 case WifiPhyState::CCA_BUSY: in ResumeFromSleep()
1551 case WifiPhyState::CCA_BUSY: in ResumeFromOff()
H A Dphy-entity.cc444 case WifiPhyState::CCA_BUSY: in StartReceivePreamble()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/energy/examples/
H A Dbasic-energy-model-test.cc97 if (StateSwitchTest (WifiPhyState::CCA_BUSY)) in DoRun()
197 case WifiPhyState::CCA_BUSY: in StateSwitchTest()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/doc/source/
H A Dwifi-design.rst369 #. IDLE: the PHY is not in the TX, RX, or CCA_BUSY states.
370 #. CCA_BUSY: the PHY is not in TX or RX state but the measured energy is higher than the energy det…
411 preamble and the PHY is put into the CCA_BUSY state. Currently, there is only a
427 otherwise the reception is aborted and PHY is put either in IDLE state or in CCA_BUSY state,
452 determine whether the PHY should enter a CCA_BUSY state.
462 the possibility to raise the CCA_BUSY while the overall energy exceeds
683 Unlike ``YansWifiPhy``, where there are no foreign signals, CCA_BUSY state
713 to the InterferenceHelper and can raise CCA_BUSY but are not further processed
/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/wireless/
H A Dwifi-power-adaptation-interference.cc231 if (state == WifiPhyState::CCA_BUSY) in StateCallback()
/dports/devel/avr-libc/avr-libc-2.0.0/include/avr/
H A Diom128rfa1.h3816 #define CCA_BUSY 0 macro
H A Diom1284rfr2.h4577 #define CCA_BUSY 0 macro
H A Diom644rfr2.h4559 #define CCA_BUSY 0 macro
H A Diom2564rfr2.h4585 #define CCA_BUSY 0 macro
H A Diom64rfr2.h4569 #define CCA_BUSY 0 macro
H A Diom256rfr2.h4595 #define CCA_BUSY 0 macro
H A Diom128rfr2.h4587 #define CCA_BUSY 0 macro
/dports/net/ns3/ns-allinone-3.35/ns-3.35/
H A DRELEASE_NOTES1894 - Bug 1616 - WifiPhyStateHelper reports false CCA_BUSY times at State trace source