Home
last modified time | relevance | path

Searched refs:IsCslEnabled (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/utils/
Dchannel_manager.cpp115 if (!(!Get<Mle::Mle>().IsRxOnWhenIdle() && Get<Mac::Mac>().IsCslEnabled())) in ChangeCslChannel()
353 if (Get<Mac::Mac>().IsCslEnabled() && (Get<Mac::Mac>().GetCslChannel() != 0)) in RequestChannelSelect()
/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp528 if (Get<Mac::Mac>().IsCslEnabled()) in GetDefaultPollPeriod()
Dmac.hpp627 bool IsCslEnabled(void) const;
Dmac.cpp590 if (IsCslEnabled()) in UpdateIdleMode()
1180 if ((aChannel == mPanChannel) || (IsCslEnabled() && (aChannel == mCslChannel))) in RecordCcaStatus()
2435 uint16_t period = IsCslEnabled() ? GetCslPeriod() : 0; in UpdateCsl()
2485 bool Mac::IsCslEnabled(void) const { return !Get<Mle::Mle>().IsRxOnWhenIdle() && IsCslCapable(); } in IsCslEnabled() function in ot::Mac::Mac
/openthread-latest/src/core/api/
Dlink_api.cpp422 …sCslEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().IsCslEnabled(); } in otLinkIsCslEnabled()
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp762 else if (Get<Mac::Mac>().IsCslEnabled() && mSendMessage->IsSubTypeMle()) in HandleFrameRequest()
833 if (Get<Mac::Mac>().IsCslEnabled() && in PrepareMacHeaders()
Dmle.cpp1086 if (Get<Mac::Mac>().IsCslEnabled()) in SetCslTimeout()
1898 if (Get<Mac::Mac>().IsCslEnabled()) in ScheduleMessageTransmissionTimer()
2017 if (Get<Mac::Mac>().IsCslEnabled()) in SendChildUpdateRequestToParent()
2045 Get<DataPollSender>().SetAttachMode(!Get<Mac::Mac>().IsCslEnabled()); in SendChildUpdateRequestToParent()
2116 if (Get<Mac::Mac>().IsCslEnabled()) in SendChildUpdateResponse()