Home
last modified time | relevance | path

Searched refs:channels (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/src/cli/
DREADME_COMMISSIONER.md58 - mask: Bitmask identifying channels to send MLE Announce messages.
74 - mask: Bitmask identifying channels to perform IEEE 802.15.4 ED Scans.
173 - mask: Bitmask identifying channels to perform IEEE 802.15.4 Active Scans.
DREADME_NETDATA.md97 While not required, specifying the channel avoids the need to search across multiple channels, impr…
DREADME_DATASET.md80 While not required, specifying the channel avoids the need to search across multiple channels, impr…
DREADME.md1272 …The channel to discover on. If no channel is provided, the discovery will cover all valid channels.
3561 …: The channel to scan on. If no channel is provided, the active scan will cover all valid channels.
/openthread-latest/third_party/mbedtls/repo/
DBUGS.md20 …h Mbed TLS, please see [`SUPPORT.md`](SUPPORT.md) for available documentation and support channels.
DSECURITY.md68 physical side channels as well. Remote and physical timing attacks are covered
75 #### Local non-timing side channels
DREADME.md333 * Please see [`SUPPORT.md`](SUPPORT.md) for other channels for discussion and support about Mbed TL…
DChangeLog2424 coutermeasures. If side channels are not a concern, this dependency can
2650 channels. Reported by Jack Lloyd.
/openthread-latest/src/lib/spinel/
Dlogger.cpp682 uint8_t channels[kNumChannels]; in LogSpinelFrame() local
685 unpacked = spinel_datatype_unpack(data, len, SPINEL_DATATYPE_DATA_S, channels, &size); in LogSpinelFrame()
691 start += Snprintf(start, static_cast<uint32_t>(end - start), "%u ", channels[i]); in LogSpinelFrame()
/openthread-latest/
DCODE_OF_CONDUCT.md57 … includes avoiding interactions in community spaces as well as external channels like social media…
/openthread-latest/tools/otci/otci/
Dotci.py336 channels = {}
341 channels[int(Ch)] = int(RSSI)
343 return channels