Home
last modified time | relevance | path

Searched refs:mesh_local_prefix (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/toranj/ncp/
Dtest-033-mesh-local-prefix-change.py76 mesh_local_prefix=ML_PREFIX_1,
87 mesh_local_prefix=ML_PREFIX_2,
Dtest-002-form.py115 mesh_local_prefix='fd00:cafe::',
Dwpan.py440 mesh_local_prefix=None, argument
449 … (' -M {}'.format(mesh_local_prefix) if mesh_local_prefix is not None else '') +
/openthread-latest/tools/otci/otci/
Dotci.py1838 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/
Dnode.py1734 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/
Dtest_otci.py728 mesh_local_prefix=TEST_MESH_LOCAL_PREFIX,