Searched refs:UpdateCsl (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/core/mac/ |
D | mac_links.hpp | 474 …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()
|
D | sub_mac_csl_receiver.cpp | 110 bool SubMac::UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAd… in UpdateCsl() function in ot::Mac::SubMac
|
D | sub_mac.hpp | 389 …bool UpdateCsl(uint16_t aPeriod, uint8_t aChannel, otShortAddress aShortAddr, const otExtAddress *…
|
D | mac.cpp | 438 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()
|
D | mac.hpp | 586 void UpdateCsl(void);
|
/openthread-latest/src/core/thread/ |
D | mle.cpp | 725 Get<Mac::Mac>().UpdateCsl(); in SetStateDetached() 774 Get<Mac::Mac>().UpdateCsl(); in SetStateChild()
|
D | mle_router.cpp | 474 Get<Mac::Mac>().UpdateCsl(); in SetStateRouterOrLeader()
|