Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_links.hpp474 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *… in UpdateCsl() function in ot::Mac::Links
483 retval = mSubMac.UpdateCsl(aPeriod, aChannel, aShortAddr, aExtAddr); in UpdateCsl()
Dsub_mac_csl_receiver.cpp110 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl() function in ot::Mac::SubMac
Dsub_mac.hpp389 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *…
Dmac.cpp438 UpdateCsl(); in SetPanChannel()
2433 void Mac::UpdateCsl(void) in UpdateCsl() function in ot::Mac::Mac
2438 if (mLinks.UpdateCsl(period, channel, Get<Mle::Mle>().GetParent().GetRloc16(), in UpdateCsl()
2458 UpdateCsl(); in SetCslChannel()
2472 UpdateCsl(); in SetCslPeriod()
Dmac.hpp586 void UpdateCsl(void);
/openthread-latest/src/core/thread/
Dmle.cpp725 Get<Mac::Mac>().UpdateCsl(); in SetStateDetached()
774 Get<Mac::Mac>().UpdateCsl(); in SetStateChild()
Dmle_router.cpp474 Get<Mac::Mac>().UpdateCsl(); in SetStateRouterOrLeader()