Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.hpp84 void SetCslChannel(uint8_t aChannel) { mCslChannel = aChannel; } in SetCslChannel() function in ot::CslTxScheduler::NeighborInfo
Dcsl_tx_scheduler.cpp82 child.SetCslChannel(0); in Clear()
Dmle_router.cpp2395 child->SetCslChannel(static_cast<uint8_t>(cslChannelTlvValue.GetChannel())); in HandleChildUpdateRequestOnParent()
/openthread-latest/src/core/mac/
Dmac.hpp581 void SetCslChannel(uint8_t aChannel);
Dmac.cpp2455 void Mac::SetCslChannel(uint8_t aChannel) in SetCslChannel() function in ot::Mac::Mac
/openthread-latest/src/core/utils/
Dchannel_manager.cpp132 Get<Mac::Mac>().SetCslChannel(aChannel); in ChangeCslChannel()
/openthread-latest/src/core/api/
Dlink_api.cpp434 AsCoreType(aInstance).Get<Mac::Mac>().SetCslChannel(aChannel); in otLinkSetCslChannel()