Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 58) sorted by relevance

123

/openthread-latest/src/cli/
DREADME_SRP_SERVER.md14 - [enable](#enable)
35 enable
74 Usage: `srp server auto [enable|disable]`
76 Enables or disables the auto-enable mode on the SRP server.
78 When this mode is enabled, the Border Routing Manager controls if and when to enable or disable the…
83 > srp server auto enable
121 ### enable subsection
123 Usage: `srp server enable`
128 > srp server enable
Dcli_utils.cpp453 bool enable; in ProcessEnableDisable() local
455 if (ParseEnableOrDisable(aArgs[0], enable) == OT_ERROR_NONE) in ProcessEnableDisable()
457 aSetEnabledHandler(GetInstancePtr(), enable); in ProcessEnableDisable()
470 bool enable; in ProcessEnableDisable() local
472 if (ParseEnableOrDisable(aArgs[0], enable) == OT_ERROR_NONE) in ProcessEnableDisable()
474 error = aSetEnabledHandler(GetInstancePtr(), enable); in ProcessEnableDisable()
DREADME_BR.md9 - [enable](#enable)
35 enable
60 ### enable subsection
62 Usage: `br enable`
67 > br enable
186 Usage: `br pd [enable|disable]`
191 > br pd enable
DREADME_SRP_CLIENT.md46 Usage `srp client autostart [enable|disable]`
61 > srp client autostart enable
71 Usage `srp client callback [enable|disable]`
86 > srp client callback enable
379 Usage `srp client service key [enable|disable]`
396 > srp client service key enable
Dcli_dns.cpp95 bool enable; in Process() local
97 SuccessOrExit(error = ParseEnableOrDisable(aArgs[0], enable)); in Process()
98 otDnsSetNameCompressionEnabled(enable); in Process()
DREADME.md103 - [radio](#radio-enable)
129 - [tvcheck](#tvcheck-enable)
282 ### bbr enable
289 > bbr enable
457 ### ba ephemeralkey callback enable
462 > ba ephemeralkey callback enable
623 ### channel manager auto \<enable (boolean)\>
960 ### coex enable
967 > coex enable
1502 ### dns server upstream \[enable|disable\]
[all …]
Dcli.cpp610 bool enable; in Process() local
612 SuccessOrExit(error = ParseEnableOrDisable(aArgs[2], enable)); in Process()
614 if (enable) in Process()
1555 bool enable; in Process() local
1557 SuccessOrExit(error = aArgs[2].ParseAsBool(enable)); in Process()
1558 error = otChannelManagerRequestChannelSelect(GetInstancePtr(), enable); in Process()
1579 bool enable; in Process() local
1581 SuccessOrExit(error = aArgs[2].ParseAsBool(enable)); in Process()
1582 otChannelManagerSetAutoChannelSelectionEnabled(GetInstancePtr(), enable); in Process()
1603 bool enable; in Process() local
[all …]
Dcli_srp_client.cpp72 bool enable; in Process() local
92 SuccessOrExit(error = ParseEnableOrDisable(aArgs[0], enable)); in Process()
121 if (enable) in Process()
DREADME_SRP.md45 > srp server enable
82 > srp client autostart enable
DREADME_UDP.md129 ### linksecurity enable
134 > udp linksecurity enable
/openthread-latest/src/posix/platform/
DCMakeLists.txt41 # depends on `OPENTHREAD_POSIX_CONFIG_DAEMON_ENABLE` to correctly enable
66 option(OT_POSIX_VIRTUAL_TIME "enable virtual time" OFF)
73 option(OT_POSIX_MAX_POWER_TABLE "enable max power table" OFF)
80 option(OT_POSIX_SECURE_SETTINGS "enable secure settings" OFF)
87 option(OT_POSIX_RCP_HDLC_BUS "enable RCP HDLC bus" OFF)
94 option(OT_POSIX_RCP_SPI_BUS "enable RCP SPI bus" OFF)
101 option(OT_POSIX_RCP_VENDOR_BUS "enable RCP vendor bus" OFF)
178 option(OT_TARGET_OPENWRT "enable openthread posix for OpenWRT" OFF)
/openthread-latest/src/core/mac/
Dlink_raw.cpp81 bool enable = aCallback != nullptr; in SetReceiveDone() local
83 LogDebg("Enabled(%s)", (enable ? "true" : "false")); in SetReceiveDone()
93 if (!enable) in SetReceiveDone()
101 Get<Mac>().SetEnabled(!enable); in SetReceiveDone()
103 if (enable) in SetReceiveDone()
/openthread-latest/etc/cmake/
Doptions.cmake29 option(OT_APP_CLI "enable CLI app" ON)
30 option(OT_APP_NCP "enable NCP app" ON)
31 option(OT_APP_RCP "enable RCP app" ON)
33 option(OT_FTD "enable FTD" ON)
34 option(OT_MTD "enable MTD" ON)
35 option(OT_RCP "enable RCP" ON)
64 set(${name} ${ARGN} CACHE STRING "enable ${description}")
66 set(${name} "" CACHE STRING "enable ${description}")
169 ot_option(OT_ANDROID_NDK OPENTHREAD_CONFIG_ANDROID_NDK_ENABLE "enable android NDK")
226 ot_option(OT_MULTIPAN_RCP OPENTHREAD_CONFIG_MULTIPAN_RCP_ENABLE "enable multi-PAN RCP")
[all …]
/openthread-latest/examples/platforms/simulation/
DCMakeLists.txt33 option(OT_SIMULATION_VIRTUAL_TIME "enable virtual time")
38 option(OT_SIMULATION_VIRTUAL_TIME_UART "enable virtual time for UART")
48 option(OT_SIMULATION_INFRA_IF "enable simulation infra if" ON)
55 option(OT_SIMULATION_DNSSD "enable simulation dnssd" ON)
/openthread-latest/src/ncp/
DCMakeLists.txt52 option(OT_NCP_INFRA_IF "enable NCP Infra If support")
59 option(OT_NCP_DNSSD "enable NCP DNSSD")
71 option(OT_NCP_SPI "enable NCP SPI support")
Dncp_base_ftd.cpp1515 bool enable; in HandlePropertySet() local
1517 SuccessOrExit(error = mDecoder.ReadBool(enable)); in HandlePropertySet()
1518 otSrpServerSetEnabled(mInstance, enable); in HandlePropertySet()
1535 bool enable; in HandlePropertySet() local
1537 SuccessOrExit(error = mDecoder.ReadBool(enable)); in HandlePropertySet()
1538 otSrpServerSetAutoEnableMode(mInstance, enable); in HandlePropertySet()
/openthread-latest/src/core/diags/
DREADME.md87 - Specify `-c` to enable CSMA/CA for this frame in the radio layer.
244 ### diag radio receive filter enable
249 > diag radio receive filter enable
287 ### diag radio enable
292 > diag radio enable
324 ### diag rawpowersetting enable
329 > diag rawpowersetting enable
/openthread-latest/tests/
DCMakeLists.txt29 option(OT_BUILD_GTEST "enable gtest")
38 option(OT_FUZZ_TARGETS "enable fuzz targets" OFF)
/openthread-latest/tests/toranj/
Dbuild.sh72 -c | --enable-coverage)
76 -t | --enable-tests)
79 -k | --enable-plat-key-ref)
/openthread-latest/third_party/mbedtls/repo/tests/git-scripts/
DREADME.md14 …TLS git hooks work only on a GNU platform. If using a non-GNU platform, don't enable these hooks!**
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dalternative-implementations.md74enable `MBEDTLS_AES_ENCRYPT_ALT` at compile time and provide your own implementation of `mbedtls_a…
76 Another example: enable `MBEDTLS_SHA256_PROCESS_ALT` and implement `mbedtls_internal_sha256_process…
87 For example, to provide a custom `printf` function at run time, enable `MBEDTLS_PLATFORM_PRINTF_ALT…
/openthread-latest/third_party/mbedtls/repo/scripts/
Dconfig.py144 def change_matching(self, regexs, enable): argument
151 setting.active = enable
/openthread-latest/examples/platforms/zephyr/
DCMakeLists.txt29 # Intentionally empty, the file is only needed to enable "zephyr" target
/openthread-latest/third_party/mbedtls/repo/docs/
Ddriver-only-builds.md22 TLS use PSA Crypto. You need to enable this if you're using PK, X.509 or TLS
86 - you can enable `PSA_WANT_ALG_SHA_256` without `MBEDTLS_SHA256_C`, provided
150 - enable `PSA_WANT_ALG_ECDH` without `MBEDTLS_ECDH_C`, provided
152 - enable `PSA_WANT_ALG_ECDSA` without `MBEDTLS_ECDSA_C`, provided
154 - enable `PSA_WANT_ALG_JPAKE` without `MBEDTLS_ECJPAKE_C`, provided
398 PSA API, you need to enable `PSA_KEY_TYPE_CHACHA20` for both, plus
/openthread-latest/
DCMakeLists.txt39 option(OT_COVERAGE "enable coverage" OFF)
41 option(OT_MBEDTLS_THREADING "enable mbedtls threading" OFF)

123