Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/script/
Dcheck-scan-build103scan-build-14 cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DOT_COMPILE_WARNING_AS_ERROR=ON -D…
104 scan-build-14 --status-bugs -analyze-headers -v ninja
/openthread-latest/tools/tcat_ble_client/
DREADME.md32 poetry run python3 bbtc.py {<device specifier> | --scan}
40 Using the `--scan` option will scan for every TCAT device and display them in a list, to allow sele…
55 poetry run python3 bbtc.py --cert_path <certs-path> {<device specifier> | --scan}
Dbbtc.py125 elif args.scan:
/openthread-latest/tests/toranj/
Dstart.sh162 run cli/test-704-multi-radio-scan.py
163 run cli/test-705-multi-radio-discover-scan.py
172 run cli/test-004-scan.py
227 run ncp/test-704-multi-radio-scan.py
228 run ncp/test-705-multi-radio-discover-scan.py
236 run ncp/test-004-scan.py
237 run ncp/test-005-discover-scan.py
DREADME_NCP.md349 $ Node2.wpanctl('scan'):
/openthread-latest/tests/scripts/thread-cert/
Dtest_mac_scan.py69 results = self.nodes[LEADER].scan(result=True)
DCert_5_8_04_SecurityPolicyTLV.py173 self.nodes[THREAD_NODE].scan(result=0)
Dnode.py2602 def scan(self, result=1, timeout=10): member in NodeImpl
/openthread-latest/examples/platforms/simulation/
DREADME.md53 scan
/openthread-latest/tools/otci/tests/
Dtest_otci.py274 logging.info('scan: %r', leader.scan())
612 logging.info("child1 scan: %r", child1.scan())
/openthread-latest/src/cli/
DREADME.md117 - [scan](#scan-channel)
3583 ### scan \[channel\]
3587 - channel: The channel to scan on. If no channel is provided, the active scan will cover all valid …
3590 > scan
3597 ### scan energy \[duration\] \[channel\]
3604 > scan energy 10
3627 > scan energy 10 20
/openthread-latest/tools/otci/otci/
Dotci.py288 def scan(self, channel: Optional[int] = None) -> List[Dict[str, Any]]: member in OTCI
/openthread-latest/third_party/mbedtls/repo/
DChangeLog4728 * Fix warnings from Clang's scan-build (contributed by Alfred Klomp).
5218 * Fix warnings from Clang's scan-build (contributed by Alfred Klomp).