Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli.cpp2426 const otMleCounters *mleCounters = otThreadGetMleCounters(GetInstancePtr()); in Process() local
2430 OutputLine("%s: %u", counter.mName, mleCounters->*counter.mValuePtr); in Process()
2449 OutputUint64Line(mleCounters->*counter.mValuePtr); in Process()
2453 OutputUint64Line(mleCounters->mTrackedTime); in Process()