Searched refs:csl (Results 1 – 6 of 6) sorted by relevance
701 Mac::CslIe *csl; in TestMacFrameAckGeneration() local704 …csl = reinterpret_cast<Mac::CslIe *>(ackFrame.GetHeaderIe(Mac::CslIe::kHeaderIeId) + sizeof(Mac::H… in TestMacFrameAckGeneration()714 VerifyOrQuit(csl->GetPeriod() == 3125 && csl->GetPhase() == 3105); in TestMacFrameAckGeneration()718 …csl = reinterpret_cast<Mac::CslIe *>(ackFrame.GetHeaderIe(Mac::CslIe::kHeaderIeId) + sizeof(Mac::H… in TestMacFrameAckGeneration()719 VerifyOrQuit(csl->GetPeriod() == 123 && csl->GetPhase() == 456); in TestMacFrameAckGeneration()
100 ot_option(OT_CSL_AUTO_SYNC OPENTHREAD_CONFIG_MAC_CSL_AUTO_SYNC_ENABLE "data polling based on csl")101 ot_option(OT_CSL_DEBUG OPENTHREAD_CONFIG_MAC_CSL_DEBUG_ENABLE "csl debug")102 ot_option(OT_CSL_RECEIVER OPENTHREAD_CONFIG_MAC_CSL_RECEIVER_ENABLE "csl receiver")
2286 const CslIe *csl; in ProcessCsl() local2290 csl = reinterpret_cast<const CslIe *>(cur + sizeof(HeaderIe)); in ProcessCsl()2292 child->SetCslPeriod(csl->GetPeriod()); in ProcessCsl()2294 child->SetCslPhase(csl->GetPhase()); in ProcessCsl()2299 … ToUlong(static_cast<uint32_t>(aFrame.GetTimestamp())), aFrame.GetSequence(), csl->GetPeriod(), in ProcessCsl()2300 csl->GetPhase(), child->GetCslPhase()); in ProcessCsl()
1078 CslIe *csl; in SetCslIe() local1082 csl = reinterpret_cast<CslIe *>(cur + sizeof(HeaderIe)); in SetCslIe()1083 csl->SetPeriod(aCslPeriod); in SetCslIe()1084 csl->SetPhase(aCslPhase); in SetCslIe()
117 # Enable csl receiver
41 - [csl](#csl)979 ### csl subsection984 > csl991 ### csl channel \<channel\>996 > csl channel 201000 ### csl period \<period\>1005 > csl period 30001009 ### csl timeout \<timeout\>1014 > csl timeout 10