Home
last modified time | relevance | path

Searched refs:mSupportsCcm (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/tests/unit/
Dtest_mle.cpp53 VerifyOrQuit(!props->mSupportsCcm); in TestDefaultDeviceProperties()
93 VerifyOrQuit(aFirst.mSupportsCcm == aSecond.mSupportsCcm); in CompareDevicePropertiess()
/openthread-3.6.0/src/core/thread/
Dmle_types.cpp112 weight += (mSupportsCcm ? kCcmBorderRouterInc : kBorderRouterInc); in CalculateLeaderWeight()
/openthread-3.6.0/include/openthread/
Dthread_ftd.h232 …bool mSupportsCcm : 1; ///< Whether device supports CCM (can act as a CCM border r… member
/openthread-3.6.0/src/cli/
Dcli.cpp3578 OutputLine("SupportsCcm : %s", props->mSupportsCcm ? "yes" : "no"); in Process()
3626 props.mSupportsCcm = value; in Process()