Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 27) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/scripts/
Dconfig.py34 def __init__(self, active, name, value='', section=None): argument
35 self.active = active
66 return name in self.settings and self.settings[name].active
117 self.settings[name].active = True
128 self.settings[name].active = False
141 setting.active = adapter(setting.name, setting.active,
151 setting.active = enable
157 def realfull_adapter(_name, active, section): argument
168 return active
246 def full_adapter(name, active, section): argument
[all …]
/openthread-latest/src/cli/
DREADME_DATASET.md14 …missioning](README_COMMISSIONING.md). Production devices that are not an active Commissioner and a…
65 dataset commit active
91 > dataset commit active
107 > dataset active
136 … or 300000 ms). Check the resulting dataset. There is no need to specify active or pending timesta…
160 > dataset active
180 Normally, an active Commissioner will set a new Pending Operational Dataset. For testing purposes, …
185 > dataset active
202 > dataset init active
264 > dataset active
[all …]
DREADME_SRP_SERVER.md232active due to existing SRP servers already active in the Thread network. The SRP server may become…
233 - running: The SRP server is active and will handle service registrations.
DREADME_COMMISSIONING.md35 dataset commit active
66 Commissioner: active
104 > dataset active
DREADME_SRP.md30 > dataset commit active
62 > dataset commit active
DREADME_COMMISSIONER.md240 Commissioner: active
253 active
DREADME_NETDATA.md37 dataset commit active
106 > dataset commit active
DREADME_COAPS.md276 Indicates whether or not the CoAP secure service connection is active (already connected or establi…
DREADME.md382 - `Started` : Border Agent is running with no active connection with external commissioner.
393 Disconnects border agent from any active secure sessions.
402 Indicates if an ephemeral key is active.
415 active
450 …nd is currently active, calling this method does not change its state. In this case the `ba epheme…
468 BorderAgent callback: Ephemeral key active, port:49155
3587 - channel: The channel to scan on. If no channel is provided, the active scan will cover all valid …
Dcli.cpp711 bool active = otBorderAgentIsEphemeralKeyActive(GetInstancePtr()); in HandleBorderAgentEphemeralKeyStateChange() local
713 OutputFormat("BorderAgent callback: Ephemeral key %sactive", active ? "" : "in"); in HandleBorderAgentEphemeralKeyStateChange()
715 if (active) in HandleBorderAgentEphemeralKeyStateChange()
/openthread-latest/tools/harness-simulation/posix/etc/
Dserver.patch4 …systemctl is-active avahi-daemon || sudo systemctl start avahi-daemon || die 'Failed to start avah…
5 …without WEB_GUI || systemctl is-active otbr-web || sudo systemctl start otbr-web || die 'Failed to…
6 …systemctl is-active otbr-agent || sudo systemctl start otbr-agent || die 'Failed to start otbr-age…
7 + systemctl is-active commissionerd || sudo systemctl start commissionerd || die 'Failed to …
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_ticket.c123 mbedtls_ssl_ticket_key * const key = ctx->keys + ctx->active; in ssl_ticket_update_keys()
137 ctx->active = 1 - ctx->active; in ssl_ticket_update_keys()
140 if ((status = psa_destroy_key(ctx->keys[ctx->active].key)) != PSA_SUCCESS) { in ssl_ticket_update_keys()
145 return ssl_ticket_gen_key(ctx, ctx->active); in ssl_ticket_update_keys()
159 const unsigned char idx = 1 - ctx->active; in mbedtls_ssl_ticket_rotate()
200 ctx->active = idx; in mbedtls_ssl_ticket_rotate()
339 key = &ctx->keys[ctx->active]; in mbedtls_ssl_ticket_write()
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_pthread_server.c89 int active; member
247 if (threads[i].active == 0) { in thread_create()
267 threads[i].active = 1; in thread_create()
/openthread-latest/examples/apps/cli/
DREADME.md38 > dataset commit active
89 > dataset commit active
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl_ticket.h73 unsigned char MBEDTLS_PRIVATE(active); /*!< index of the currently active key */
/openthread-latest/src/core/net/
Dtcp6.cpp331 bool active = false; in IsTimerActive() local
338 active = tcp_timer_active(tp, TT_DELACK); in IsTimerActive()
341 active = tcp_timer_active(tp, TT_REXMT) || tcp_timer_active(tp, TT_PERSIST); in IsTimerActive()
344 active = tcp_timer_active(tp, TT_KEEP); in IsTimerActive()
347 active = tcp_timer_active(tp, TT_2MSL); in IsTimerActive()
351 return active; in IsTimerActive()
/openthread-latest/tools/otci/
DREADME.md28 node1.dataset_commit_buffer('active')
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_random.data25 #PSA classic wrapper: PSA not active
/openthread-latest/third_party/mbedtls/repo/docs/
Duse-psa-crypto.md138 All of these internal changes are active as soon as `MBEDTLS_USE_PSA_CRYPTO`
/openthread-latest/third_party/mbedtls/repo/
DCONTRIBUTING.md33 …to work with a newer version of the library. Unless the user has made an active decision to use ne…
DREADME.md35 There are currently three active build systems used within Mbed TLS releases:
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md301 …ion [“Recovery strategies”](#recovery-strategies), the information about active transactions is st…
468 In practice, there will rarely be more than one active transaction at a time, so the size of an ele…
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md111 5. active physical attackers who can also inject faults in the computation.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md109 Storage can fail, either due to hardware errors or to active attacks on trusted storage. How does t…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md339 * By default, each driver only has at most one entry point active at any given time. In other words…

12