Searched refs:IsCslEnabled (Results 1 – 7 of 7) sorted by relevance
115 if (!(!Get<Mle::Mle>().IsRxOnWhenIdle() && Get<Mac::Mac>().IsCslEnabled())) in ChangeCslChannel()353 if (Get<Mac::Mac>().IsCslEnabled() && (Get<Mac::Mac>().GetCslChannel() != 0)) in RequestChannelSelect()
528 if (Get<Mac::Mac>().IsCslEnabled()) in GetDefaultPollPeriod()
627 bool IsCslEnabled(void) const;
590 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
422 …sCslEnabled(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().IsCslEnabled(); } in otLinkIsCslEnabled()
762 else if (Get<Mac::Mac>().IsCslEnabled() && mSendMessage->IsSubTypeMle()) in HandleFrameRequest()833 if (Get<Mac::Mac>().IsCslEnabled() && in PrepareMacHeaders()
1086 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()