Searched refs:mesh_local_prefix (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/tests/toranj/ncp/ |
D | test-033-mesh-local-prefix-change.py | 76 mesh_local_prefix=ML_PREFIX_1, 87 mesh_local_prefix=ML_PREFIX_2,
|
D | test-002-form.py | 115 mesh_local_prefix='fd00:cafe::',
|
D | wpan.py | 440 mesh_local_prefix=None, argument 449 … (' -M {}'.format(mesh_local_prefix) if mesh_local_prefix is not None else '') +
|
/openthread-latest/tools/otci/otci/ |
D | otci.py | 1838 mesh_local_prefix: Optional[str] = None, 1860 if mesh_local_prefix is not None: 2832 mesh_local_prefix: Optional[str] = None, 2843 …et_set_buffer(active_timestamp, channel, wakeup_channel, channel_mask, extpanid, mesh_local_prefix,
|
/openthread-latest/tests/scripts/thread-cert/ |
D | node.py | 1734 def set_mesh_local_prefix(self, mesh_local_prefix): argument 1735 self.send_command('prefix meshlocal %s' % mesh_local_prefix) 2701 mesh_local_prefix=None, argument 2736 if mesh_local_prefix is not None: 2737 cmd = 'dataset meshlocalprefix %s' % mesh_local_prefix
|
/openthread-latest/tools/otci/tests/ |
D | test_otci.py | 728 mesh_local_prefix=TEST_MESH_LOCAL_PREFIX,
|