Home
last modified time | relevance | path

Searched full:thread_version (Results 1 – 19 of 19) sorted by relevance

/external/openthread/script/
Dtest59 THREAD_VERSION="${THREAD_VERSION:-1.4}"
60 readonly THREAD_VERSION
235 build_for_one_version "${THREAD_VERSION}"
237 if [[ ${THREAD_VERSION} != "1.1" && ${INTER_OP} == "1" ]]; then
266 do_unit_version "${THREAD_VERSION}"
268 if [[ ${THREAD_VERSION} != "1.1" && ${INTER_OP_BBR} == 1 ]]; then
275 export top_builddir="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}"
287 if [[ ${THREAD_VERSION} != "1.1" ]]; then
303 export top_builddir="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}"
306 if [[ ${THREAD_VERSION} != "1.1" ]]; then
[all …]
Dmake-pretty177 && THREAD_VERSION=1.4 cmake "${OT_CLANG_TIDY_BUILD_OPTS[@]}" ../.. \
189 && THREAD_VERSION=1.4 cmake "${OT_CLANG_TIDY_BUILD_OPTS[@]}" ../.. \
/external/openthread/.github/workflows/
Dsimulation-1.1.yml53 THREAD_VERSION: 1.1
107 THREAD_VERSION: 1.1
160 THREAD_VERSION: 1.1
210 THREAD_VERSION: 1.1
255 THREAD_VERSION: 1.1
301 THREAD_VERSION: 1.1
355 THREAD_VERSION: 1.1
Dsimulation-1.4.yml56 THREAD_VERSION: 1.4
129 THREAD_VERSION: 1.4
205 THREAD_VERSION: 1.4
258 THREAD_VERSION: 1.4
303 THREAD_VERSION: 1.4
355 THREAD_VERSION: 1.4
Dotbr.yml54 THREAD_VERSION: 1.4
174 THREAD_VERSION: 1.4
Dposix.yml143 THREAD_VERSION: 1.1
/external/openthread/tests/scripts/thread-cert/
Dcommand.py599 def check_discovery_request(command_msg, thread_version: str = None):
605 assert not thread_version or thread_version in ['1.1', '1.2']
606 if thread_version == '1.1':
608 elif thread_version == '1.2':
615 thread_version: str = None):
624 assert not thread_version or thread_version in ['1.1', '1.2']
625 if thread_version == '1.1':
627 elif thread_version == '1.2':
Drun_cert_suite.py41 THREAD_VERSION = os.getenv('THREAD_VERSION') variable
105 if THREAD_VERSION == '1.1':
106 raise RuntimeError('Backbone tests do not work with THREAD_VERSION=1.1')
Dthread_cert.py56 ENV_THREAD_VERSION = os.getenv('THREAD_VERSION', '1.1')
Dnode.py581 self.env_version = os.getenv('THREAD_VERSION', '1.1')
/external/ot-br-posix/tests/dbus/
Dtest-client116 local thread_version
120 thread_version=$(ot_ctl thread version | grep -oE '^[0-9]+' | tr -d '\r\n')
132 result_pattern+="\s+variant\s+uint16\s+${thread_version}"
/external/openthread/tests/scripts/expect/
Dcli-discover.exp101 if {$::env(THREAD_VERSION) != "1.1" && $::env(OT_NODE_TYPE) == "cli"} {
Dposix-rcp-restoration.exp218 if {$::env(THREAD_VERSION) != "1.1"} {
/external/ot-br-posix/.github/workflows/
Dborder_router.yml136 THREAD_VERSION: 1.4
/external/ot-br-posix/src/proto/
Dthreadnetwork_atoms.proto577 optional int32 thread_version = 3; field
/external/ot-br-posix/src/android/
Dotdaemon_telemetry.cpp792 const int32_t &threadVersion = deviceInfoReported.thread_version(); in PushAtom()
/external/openthread/tools/otci/tests/
Dtest_otci.py114 logging.info('leader thread version: %r', leader.thread_version)
/external/python/cpython3/Python/
Dinstrumentation.c942 uint32_t thread_version = in global_version() local
945 assert(thread_version == version); in global_version()
/external/openthread/tools/otci/otci/
Dotci.py190 def thread_version(self): member in OTCI