Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/
Dopenthread-core-config.h41 #define OT_THREAD_VERSION_1_1 2 macro
DBUILD.gn37 defines += [ "OPENTHREAD_CONFIG_THREAD_VERSION=OT_THREAD_VERSION_1_1" ]
/openthread-3.7.0/src/core/thread/
Dversion.hpp45 constexpr uint16_t kThreadVersion1p1 = OT_THREAD_VERSION_1_1; ///< Thread Version 1.1
Dmle_router.cpp126 #if OPENTHREAD_CONFIG_THREAD_VERSION == OT_THREAD_VERSION_1_1 in IsRouterEligible()