Searched refs:GetCslChannel (Results 1 – 10 of 10) sorted by relevance
121 if (aChannel == Get<Mac::Mac>().GetCslChannel()) in ChangeCslChannel()353 if (Get<Mac::Mac>().IsCslEnabled() && (Get<Mac::Mac>().GetCslChannel() != 0)) in RequestChannelSelect()355 curChannel = Get<Mac::Mac>().GetCslChannel(); in RequestChannelSelect()
608 mCslChannel = aChildTlv.GetCslChannel(); in SetFrom()
197 frame->SetChannel(mCslTxNeighbor->GetCslChannel() == 0 ? Get<Mac::Mac>().GetPanChannel() in HandleFrameRequest()198 : mCslTxNeighbor->GetCslChannel()); in HandleFrameRequest()
83 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel() function in ot::CslTxScheduler::NeighborInfo
73 mCslChannel = aChild.GetCslChannel(); in InitFrom()
790 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel() function in ot::NetworkDiagnostic::ChildTlv
5167 return Tlv::Append<CslChannelTlv>(*this, ChannelTlvValue(Get<Mac::Mac>().GetCslChannel())); in AppendCslChannelTlv()
574 uint8_t GetCslChannel(void) const { return mCslChannel; } in GetCslChannel() function in ot::Mac::Mac
2436 uint8_t channel = GetCslChannel() ? GetCslChannel() : mRadioChannel; in UpdateCsl()
426 …CslChannel(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().GetCslChannel(); } in otLinkGetCslChannel()