Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_diagnostic_tlvs.cpp114 mRouterRole = BigEndian::HostSwap16(aMleCounters.mRouterRole); in Init()
133 aDiagMleCounters.mRouterRole = BigEndian::HostSwap16(mRouterRole); in Read()
Dnetwork_diagnostic_tlvs.hpp1036 uint16_t mRouterRole; // Number of times device entered router role. member in ot::NetworkDiagnostic::MleCountersTlv
Dmle.cpp328 mCounters.mRouterRole++; in SetRole()
/openthread-latest/include/openthread/
Dnetdiag.h157 uint16_t mRouterRole; ///< Number of times device entered router role. member
Dthread.h174 …uint16_t mRouterRole; ///< Number of times device entered OT_DEVICE_ROLE_ROUTER… member
/openthread-latest/src/cli/
Dcli.cpp2417 {&otMleCounters::mRouterRole, "Role Router"}, in Process()
7760 {&otNetworkDiagMleCounters::mRouterRole, "RouterRole"}, in OutputNetworkDiagMleCounters()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2887 SuccessOrExit(error = mEncoder.WriteUint16(counters->mRouterRole)); in HandlePropertyGet()