Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_types.hpp120 kRoleDisabled = OT_DEVICE_ROLE_DISABLED, ///< The Thread stack is disabled.
/openthread-latest/src/core/api/
Dlink_raw_api.cpp234 return OT_DEVICE_ROLE_DISABLED; in otThreadGetDeviceRole()
/openthread-latest/include/openthread/
Dthread.h74 OT_DEVICE_ROLE_DISABLED = 0, ///< The Thread stack is disabled. enumerator
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp505 return mEncoder.WriteBool(otThreadGetDeviceRole(mInstance) != OT_DEVICE_ROLE_DISABLED); in HandlePropertyGet()
516 if (enabled != (otThreadGetDeviceRole(mInstance) != OT_DEVICE_ROLE_DISABLED)) in HandlePropertySet()
538 case OT_DEVICE_ROLE_DISABLED: in HandlePropertyGet()
4725 case OT_DEVICE_ROLE_DISABLED: in ProcessThreadChangedFlags()
Dncp_base.cpp2243 if (otThreadGetDeviceRole(mInstance) != OT_DEVICE_ROLE_DISABLED) in HandlePropertySet()
/openthread-latest/src/posix/platform/
Dnetif.cpp1236 … settings.mLinkSecurityEnabled = (otThreadGetDeviceRole(aInstance) != OT_DEVICE_ROLE_DISABLED); in processTransmit()