Home
last modified time | relevance | path

Searched refs:mIsCslSynced (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dchild.cpp67 mIsCslSynced = aChild.IsCslSynchronized(); in SetFrom()
69 mIsCslSynced = false; in SetFrom()
/openthread-latest/include/openthread/
Dthread_ftd.h76 bool mIsCslSynced : 1; ///< Is child CSL synchronized member
/openthread-latest/src/cli/
Dcli.cpp1786 OutputFormat("| %1d ", childInfo.mIsCslSynced); in Process()
1845 OutputLine("CSL Synchronized: %d ", childInfo.mIsCslSynced); in Process()