Home
last modified time | relevance | path

Searched refs:SetCsmaCaEnabled (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_links.hpp171 …mTxFrame802154.SetCsmaCaEnabled(true); // Set to true by default, only set to `false` for CSL tran… in Clear()
186 mTxFrameTrel.SetCsmaCaEnabled(true); in Clear()
Dwakeup_tx_scheduler.cpp104 frame->SetCsmaCaEnabled(false); in PrepareWakeupFrame()
Dmac_frame.hpp1174 void SetCsmaCaEnabled(bool aCsmaCaEnabled) { mInfo.mTxInfo.mCsmaCaEnabled = aCsmaCaEnabled; } in SetCsmaCaEnabled() function in ot::Mac::TxFrame
/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.cpp227 frame->SetCsmaCaEnabled(false); in HandleFrameRequest()