/openthread-3.6.0/tests/toranj/ncp/ |
D | test-602-channel-manager-channel-select.py | 82 node.set(wpan.WPAN_CHANNEL_MANAGER_SUPPORTED_CHANNEL_MASK, str(all_channels_mask)) 109 node.set(wpan.WPAN_CHANNEL_MANAGER_CHANNEL_SELECT, 'false') 115 node.set(wpan.WPAN_CHANNEL_MANAGER_CHANNEL_SELECT, 'true') 124 node.set(wpan.WPAN_CHANNEL_MANAGER_FAVORED_CHANNEL_MASK, str(chan_12_to_15_mask)) 125 node.set(wpan.WPAN_CHANNEL_MANAGER_NEW_CHANNEL, '25') # request a channel change to 25 127 node.set(wpan.WPAN_CHANNEL_MANAGER_CHANNEL_SELECT, 'true') 136 node.set(wpan.WPAN_CHANNEL_MANAGER_NEW_CHANNEL, '25') # request a channel change to 25 138 node.set(wpan.WPAN_CHANNEL_MANAGER_FAVORED_CHANNEL_MASK, str(chan_15_to_17_mask)) 139 node.set(wpan.WPAN_CHANNEL_MANAGER_CHANNEL_SELECT, 'true') 146 node.set(wpan.WPAN_CHANNEL_MANAGER_FAVORED_CHANNEL_MASK, str(chan_12_to_15_mask)) [all …]
|
D | test-601-channel-manager-channel-change.py | 81 node.set(wpan.WPAN_OT_LOG_LEVEL, '0') 101 sc1.set(wpan.WPAN_POLL_INTERVAL, '500') 102 sc2.set(wpan.WPAN_POLL_INTERVAL, '500') 103 sc3.set(wpan.WPAN_POLL_INTERVAL, '500') 117 r1.set(wpan.WPAN_CHANNEL_MANAGER_NEW_CHANNEL, '13') 123 r1.set(wpan.WPAN_CHANNEL_MANAGER_NEW_CHANNEL, '14') 124 r2.set(wpan.WPAN_CHANNEL_MANAGER_NEW_CHANNEL, '14') 125 r3.set(wpan.WPAN_CHANNEL_MANAGER_NEW_CHANNEL, '14') 130 r1.set(wpan.WPAN_CHANNEL_MANAGER_NEW_CHANNEL, '15') 132 r1.set(wpan.WPAN_CHANNEL_MANAGER_NEW_CHANNEL, '16') [all …]
|
D | test-100-mcu-power-state.py | 85 node.set(wpan.WPAN_NCP_MCU_POWER_STATE, 'low-power') 89 node.set(wpan.WPAN_NCP_MCU_POWER_STATE, 'on') 92 node.set(wpan.WPAN_NCP_MCU_POWER_STATE, 'lp') # special short-form string for low-power 95 node.set(wpan.WPAN_NCP_MCU_POWER_STATE, wpan.MCU_POWER_STATE_ON) 98 node.set(wpan.WPAN_NCP_MCU_POWER_STATE, wpan.MCU_POWER_STATE_LOW_POWER) 107 node.set(wpan.WPAN_NCP_MCU_POWER_STATE, wpan.MCU_POWER_STATE_ON) 121 node.set(wpan.WPAN_NCP_MCU_POWER_STATE, wpan.MCU_POWER_STATE_LOW_POWER) 132 node.set(wpan.WPAN_NCP_MCU_POWER_STATE, wpan.MCU_POWER_STATE_ON) 142 node.set(wpan.WPAN_NCP_MCU_POWER_STATE, wpan.MCU_POWER_STATE_ON) 149 node.set('Daemon:AutoAssociateAfterReset', '0') [all …]
|
D | test-603-channel-manager-announce-recovery.py | 78 c1.set(wpan.WPAN_POLL_INTERVAL, '500') 79 c2.set(wpan.WPAN_POLL_INTERVAL, '500') 81 c1.set(wpan.WPAN_THREAD_DEVICE_MODE, '5') 82 c2.set(wpan.WPAN_THREAD_DEVICE_MODE, '5') 88 c2.set('Daemon:AutoAssociateAfterReset', 'false') 92 router.set(wpan.WPAN_CHANNEL_MANAGER_NEW_CHANNEL, '26') 98 c2.set('Daemon:AutoAssociateAfterReset', 'true')
|
D | test-600-channel-manager-properties.py | 68 node.set(wpan.WPAN_CHANNEL_MANAGER_DELAY, '180') 71 node.set(wpan.WPAN_CHANNEL_MANAGER_AUTO_SELECT_ENABLED, '1') 74 node.set(wpan.WPAN_CHANNEL_MANAGER_AUTO_SELECT_ENABLED, '0') 77 node.set(wpan.WPAN_CHANNEL_MANAGER_AUTO_SELECT_INTERVAL, '1000') 84 node.set(wpan.WPAN_CHANNEL_MANAGER_SUPPORTED_CHANNEL_MASK, str(all_channels_mask)) 87 node.set(wpan.WPAN_CHANNEL_MANAGER_FAVORED_CHANNEL_MASK, str(chan_11_mask)) 90 node.set(wpan.WPAN_CHANNEL_MANAGER_SUPPORTED_CHANNEL_MASK, str(chan_11_to_13_mask)) 93 node.set(wpan.WPAN_CHANNEL_MANAGER_FAVORED_CHANNEL_MASK, str(all_channels_mask)) 96 node.set(wpan.WPAN_CHANNEL_MANAGER_AUTO_SELECT_ENABLED, '1')
|
D | test-001-get-set.py | 57 node.set(wpan.WPAN_NAME, 'test-network') 60 node.set(wpan.WPAN_NAME, 'a') 63 node.set(wpan.WPAN_PANID, '0xABBA') 66 node.set(wpan.WPAN_XPANID, '1020031510006016', binary_data=True) 69 node.set(wpan.WPAN_KEY, '0123456789abcdeffecdba9876543210', binary_data=True) 72 node.set(wpan.WPAN_MAC_ALLOWLIST_ENABLED, '1') 75 node.set(wpan.WPAN_MAC_ALLOWLIST_ENABLED, '0') 78 node.set(wpan.WPAN_MAC_ALLOWLIST_ENABLED, 'true') 81 node.set(wpan.WPAN_THREAD_ROUTER_UPGRADE_THRESHOLD, '100') 84 node.set(wpan.WPAN_THREAD_ROUTER_DOWNGRADE_THRESHOLD, '40') [all …]
|
D | test-027-child-mode-change.py | 91 child1.set(wpan.WPAN_POLL_INTERVAL, '8000') 92 child2.set(wpan.WPAN_POLL_INTERVAL, '8000') 108 parent.set(wpan.WPAN_CHILD_SUPERVISION_INTERVAL, '0') 109 child1.set(wpan.WPAN_CHILD_SUPERVISION_CHECK_TIMEOUT, '0') 110 child2.set(wpan.WPAN_CHILD_SUPERVISION_CHECK_TIMEOUT, '0') 137 child1.set(wpan.WPAN_THREAD_DEVICE_MODE, str(DEVICE_MODE_SLEEPY_END_DEVICE)) 140 child2.set(wpan.WPAN_THREAD_DEVICE_MODE, str(DEVICE_MODE_END_DEVICE))
|
D | test-029-data-poll-interval.py | 79 child.set(wpan.WPAN_POLL_INTERVAL, str(poll_interval)) 100 child.set(wpan.WPAN_POLL_INTERVAL, '5000') 104 child.set(wpan.WPAN_POLL_INTERVAL, str(WAIT_TIME * 1000)) 112 child.set(wpan.WPAN_POLL_INTERVAL, '0') 117 child.set(wpan.WPAN_THREAD_CHILD_TIMEOUT, str(child_timeout / 1000 * 2)) 121 child.set(wpan.WPAN_THREAD_CHILD_TIMEOUT, str(child_timeout / 1000))
|
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | CMakeLists.txt | 10 set(MBEDTLS_DIR ${CMAKE_SOURCE_DIR}) 13 set(src_crypto 94 set(src_x509 106 set(src_tls 121 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-declarations -Wmissing-prototypes") 125 …set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-declarations -Wmissing-prototypes -Wdocumentation -W… 129 set(libs ${libs} ws2_32) 140 set(libs ${libs} network) 144 set(libs ${libs} pkcs11-helper) 148 set(libs ${libs} ${ZLIB_LIBRARIES}) [all …]
|
/openthread-3.6.0/tests/scripts/thread-cert/ |
D | Cert_8_3_01_CommissionerPetition.py | 125 } == set(p.coap.tlv.type)\ 150 } <= set(p.coap.tlv.type) and\ 162 } == set(p.mle.tlv.type) and\ 165 } == set(p.thread_nwd.tlv.type) and\ 170 } == set(p.thread_meshcop.tlv.type) and\ 189 } == set(p.coap.tlv.type) and\ 203 } <= set(p.coap.tlv.type) and\ 221 } == set(p.coap.tlv.type) 242 } <= set(p.coap.tlv.type) and\ 255 } == set(p.mle.tlv.type) and\ [all …]
|
D | Cert_5_6_09_NetworkDataForwarding.py | 149 ).must_verify(lambda p: {Ipv6Addr('2001:2:0:1::'), Ipv6Addr('2001:2:0:2::')} == set( 157 …ify(lambda p: {SOURCE_ADDRESS_TLV, LEADER_DATA_TLV, NETWORK_DATA_TLV, ACTIVE_TIMESTAMP_TLV} == set( 159 …_PREFIX_TLV, NWD_BORDER_ROUTER_TLV, NWD_6LOWPAN_ID_TLV, NWD_PREFIX_TLV, NWD_HAS_ROUTER_TLV} == set( 160 p.thread_nwd.tlv.type) and {Ipv6Addr('2001:2:0:1::'), Ipv6Addr('2001:2:0:2::')} == set( 161 … p.thread_nwd.tlv.prefix) and {0xFFFE, 0xFFFE} == set(p.thread_nwd.tlv.border_router_16)) 182 } == set(p.thread_nwd.tlv.type) and { 184 …} == set(p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p == [0, 1] and p.thread… 190 …ify(lambda p: {SOURCE_ADDRESS_TLV, LEADER_DATA_TLV, NETWORK_DATA_TLV, ACTIVE_TIMESTAMP_TLV} == set( 192 …_PREFIX_TLV, NWD_BORDER_ROUTER_TLV, NWD_6LOWPAN_ID_TLV, NWD_PREFIX_TLV, NWD_HAS_ROUTER_TLV} == set( 193 p.thread_nwd.tlv.type) and {Ipv6Addr('2001:2:0:1::'), Ipv6Addr('2001:2:0:2::')} == set( [all …]
|
D | Cert_5_1_05_RouterAddressTimeout.py | 120 } == set(p.coap.tlv.type) and\ 139 } <= set(p.mle.tlv.type)\ 170 } <= set(p.mle.tlv.type) 183 } <= set(p.mle.tlv.type) or\ 189 } <= set(p.mle.tlv.type)\ 199 } == set(p.coap.tlv.type) and\ 212 } == set(p.coap.tlv.type) and\ 233 } <= set(p.mle.tlv.type)\ 262 } <= set(p.mle.tlv.type) 275 } <= set(p.mle.tlv.type) or\ [all …]
|
D | Cert_7_1_05_BorderRouterAsRouter.py | 149 } == set(p.thread_nwd.tlv.prefix) 165 } <= set(p.thread_nwd.tlv.prefix) 191 } < set(p.mle.tlv.type) and\ 193 set(p.mle.tlv.addr_reg_iid) < set(_pkt.mle.tlv.addr_reg_iid) 217 } == set(p.mle.tlv.type) and\ 221 } == set(p.thread_nwd.tlv.prefix) and\ 249 } < set(p.mle.tlv.type) and\ 251 set(p.mle.tlv.addr_reg_iid) < set(_pkt.mle.tlv.addr_reg_iid)
|
D | Cert_5_7_02_CoapDiagCommands.py | 253 filter(lambda p: dut_payload_tlvs <= set(p.thread_diagnostic.tlv.type)).\ 261 dut_payload_tlvs <= set(p.thread_diagnostic.tlv.type) and\ 263 < set(p.thread_diagnostic.tlv.general) 280 } <= set(p.thread_diagnostic.tlv.type) 288 } <= set(p.thread_diagnostic.tlv.type) 307 } <= set(p.thread_diagnostic.tlv.type) 330 } <= set(p.thread_diagnostic.tlv.type) 350 } <= set(p.thread_diagnostic.tlv.type) 373 } <= set(p.thread_diagnostic.tlv.type) 381 } <= set(p.thread_diagnostic.tlv.type) [all …]
|
D | Cert_7_1_02_BorderRouterAsRouter.py | 128 lambda p: {SOURCE_ADDRESS_TLV, LEADER_DATA_TLV, ROUTE64_TLV} == set(p.mle.tlv.type)) 132 …} == set(p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p == [1, 1] and p.thread… 139 … p: {SOURCE_ADDRESS_TLV, LEADER_DATA_TLV, NETWORK_DATA_TLV, ACTIVE_TIMESTAMP_TLV} == set(p.mle.tlv. 146 … Ipv6Addr('2001:2:0:2::')} == set(p.thread_nwd.tlv.prefix)) 152 lambda p: p.wpan.dst64 == SED and {Ipv6Addr('2001:2:0:1::')} == set( 163 …lambda p: {SOURCE_ADDRESS_TLV, MODE_TLV, ADDRESS_REGISTRATION_TLV} <= set(p.mle.tlv.type) and p.wp… 164 == MED and set(p.mle.tlv.addr_reg_iid) < set(_med_pkt.mle.tlv.addr_reg_iid)) 166 … lambda p: {SOURCE_ADDRESS_TLV, MODE_TLV, ADDRESS_REGISTRATION_TLV} <= set(p.mle.tlv.type) and set( 167 p.mle.tlv.addr_reg_iid) < set(_sed_pkt.mle.tlv.addr_reg_iid))
|
D | Cert_5_6_06_NetworkDataExpiration.py | 166 } == set(p.thread_nwd.tlv.type) and { 169 … } == set(p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.stable == [0, 1, 1, 1, 0, 0, 0, 1, 1, 1]) 173 …p: {SOURCE_ADDRESS_TLV, MODE_TLV, LEADER_DATA_TLV, ADDRESS_REGISTRATION_TLV} < set(p.mle.tlv.type)) 177 … lambda p: {SOURCE_ADDRESS_TLV, LEADER_DATA_TLV, NETWORK_DATA_TLV, ACTIVE_TIMESTAMP_TLV} == set( 181 } == set(p.thread_nwd.tlv.type) and { 183 … } == set(p.thread_nwd.tlv.prefix) and {0xFFFE, 0xFFFE} == set(p.thread_nwd.tlv.border_router_16)) 188 …p: {SOURCE_ADDRESS_TLV, MODE_TLV, LEADER_DATA_TLV, ADDRESS_REGISTRATION_TLV} < set(p.mle.tlv.type)) 200 } == set(p.thread_nwd.tlv.type) and 202 …Ipv6Addr('2001:2:0:3::')} == set(p.thread_nwd.tlv.prefix) and p.mle.tlv.leader_data.data_version == 208 … p: {SOURCE_ADDRESS_TLV, MODE_TLV, LEADER_DATA_TLV, ADDRESS_REGISTRATION_TLV} < set(p.mle.tlv.type) [all …]
|
/openthread-3.6.0/third_party/mbedtls/repo/ |
D | CMakeLists.txt | 43 set(MBEDTLS_DIR ${CMAKE_CURRENT_SOURCE_DIR}) 66 set(WARNING_BORDER "*******************************************************\n") 67 set(NULL_ENTROPY_WARN_L1 "**** WARNING! MBEDTLS_TEST_NULL_ENTROPY defined!\n") 68 set(NULL_ENTROPY_WARN_L2 "**** THIS BUILD HAS NO DEFINED ENTROPY SOURCES\n") 69 set(NULL_ENTROPY_WARN_L3 "**** AND IS *NOT* SUITABLE FOR PRODUCTION USE\n") 71 set(NULL_ENTROPY_WARNING "${WARNING_BORDER}" 77 set(CTR_DRBG_128_BIT_KEY_WARN_L1 "**** WARNING! MBEDTLS_CTR_DRBG_USE_128_BIT_KEY defined!\n") 78 set(CTR_DRBG_128_BIT_KEY_WARN_L2 "**** Using 128-bit keys for CTR_DRBG limits the security of gene… 79 set(CTR_DRBG_128_BIT_KEY_WARN_L3 "**** keys and operations that use random values generated to 128… 81 set(CTR_DRBG_128_BIT_KEY_WARNING "${WARNING_BORDER}" [all …]
|
/openthread-3.6.0/third_party/mbedtls/repo/programs/test/ |
D | CMakeLists.txt | 1 set(libs 6 set(libs ${libs} pkcs11-helper) 10 set(libs ${libs} ${ZLIB_LIBRARIES}) 13 set(executables_libs 18 set(executables_mbedcrypto 25 set(cpp_dummy_build_cpp "${CMAKE_CURRENT_BINARY_DIR}/cpp_dummy_build.cpp") 26 set(generate_cpp_dummy_build "${CMAKE_CURRENT_SOURCE_DIR}/generate_cpp_dummy_build.sh") 46 set(extra_sources "")
|
/openthread-3.6.0/third_party/mbedtls/repo/3rdparty/ |
D | CMakeLists.txt | 13 set(thirdparty_src ${thirdparty_src} PARENT_SCOPE) 14 set(thirdparty_lib ${thirdparty_lib} PARENT_SCOPE) 15 set(thirdparty_inc_public ${thirdparty_inc_public} PARENT_SCOPE) 16 set(thirdparty_inc ${thirdparty_inc} PARENT_SCOPE) 17 set(thirdparty_def ${thirdparty_def} PARENT_SCOPE)
|
/openthread-3.6.0/third_party/mbedtls/repo/programs/fuzz/ |
D | CMakeLists.txt | 1 set(libs 6 set(libs ${libs} pkcs11-helper) 10 set(libs ${libs} ${ZLIB_LIBRARIES}) 18 set(executables_no_common_c 26 set(executables_with_common_c 35 set(exe_sources ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
|
/openthread-3.6.0/third_party/mbedtls/repo/programs/ssl/ |
D | CMakeLists.txt | 1 set(THREADS_USE_PTHREADS_WIN32 true) 4 set(libs 9 set(libs ${libs} pkcs11-helper) 13 set(libs ${libs} ${ZLIB_LIBRARIES}) 16 set(executables 30 set(extra_sources "")
|
/openthread-3.6.0/third_party/mbedtls/repo/3rdparty/everest/ |
D | CMakeLists.txt | 6 set(everest_src 25 set(thirdparty_src ${thirdparty_src} ${everest_src} PARENT_SCOPE) 26 set(thirdparty_inc_public ${thirdparty_inc_public} ${everest_inc_public} PARENT_SCOPE) 27 set(thirdparty_inc ${thirdparty_inc} ${everest_inc} PARENT_SCOPE) 28 set(thirdparty_def ${thirdparty_def} ${everest_def} PARENT_SCOPE)
|
/openthread-3.6.0/src/posix/ |
D | CMakeLists.txt | 29 set(COMMON_INCLUDES 39 set(OT_READLINE_VALUES 44 set(OT_READLINE "" CACHE STRING "set readline library name") 51 set(OT_READLINE ${X}) 78 set(CPACK_PACKAGE_NAME "openthread-daemon") 84 set(CPACK_PACKAGE_NAME "openthread-standalone") 88 set(OT_POSIX_FACTORY_CONFIG "" CACHE STRING "OpenThread factory config file") 89 set(OT_POSIX_PRODUCT_CONFIG "" CACHE STRING "OpenThread product config file") 102 set(CPACK_GENERATOR "DEB") 103 …set(CPACK_DEBIAN_PACKAGE_MAINTAINER "OpenThread Authors (https://github.com/openthread/openthread)… [all …]
|
/openthread-3.6.0/third_party/mbedtls/repo/programs/x509/ |
D | CMakeLists.txt | 1 set(libs 6 set(libs ${libs} pkcs11-helper) 10 set(libs ${libs} ${ZLIB_LIBRARIES}) 13 set(executables
|
/openthread-3.6.0/doc/ |
D | Doxyfile.in | 98 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 123 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member 130 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief 133 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 160 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 167 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 175 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path 176 # before files name in the file list and in the header files. If set to NO the 190 # This tag requires that the tag FULL_PATH_NAMES is set to YES. 204 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but [all …]
|