Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dcommissioner.h62 OT_COMMISSIONER_STATE_DISABLED = 0, ///< Commissioner role is disabled. enumerator
/openthread-latest/src/core/meshcop/
Dcommissioner.hpp81 kStateDisabled = OT_COMMISSIONER_STATE_DISABLED, ///< Disabled.
/openthread-latest/src/cli/
Dcli_commissioner.cpp586 …static_assert(0 == OT_COMMISSIONER_STATE_DISABLED, "OT_COMMISSIONER_STATE_DISABLED value is incorr… in StateToString()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp678 case OT_COMMISSIONER_STATE_DISABLED: in HandlePropertyGet()