Searched refs:channels (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/src/cli/ |
D | README_COMMISSIONER.md | 58 - 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.
|
D | README_NETDATA.md | 97 While not required, specifying the channel avoids the need to search across multiple channels, impr…
|
D | README_DATASET.md | 80 While not required, specifying the channel avoids the need to search across multiple channels, impr…
|
D | README.md | 1272 …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/ |
D | BUGS.md | 20 …h Mbed TLS, please see [`SUPPORT.md`](SUPPORT.md) for available documentation and support channels.
|
D | SECURITY.md | 68 physical side channels as well. Remote and physical timing attacks are covered 75 #### Local non-timing side channels
|
D | README.md | 333 * Please see [`SUPPORT.md`](SUPPORT.md) for other channels for discussion and support about Mbed TL…
|
D | ChangeLog | 2424 coutermeasures. If side channels are not a concern, this dependency can 2650 channels. Reported by Jack Lloyd.
|
/openthread-latest/src/lib/spinel/ |
D | logger.cpp | 682 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/ |
D | CODE_OF_CONDUCT.md | 57 … includes avoiding interactions in community spaces as well as external channels like social media…
|
/openthread-latest/tools/otci/otci/ |
D | otci.py | 336 channels = {} 341 channels[int(Ch)] = int(RSSI) 343 return channels
|