Home
last modified time | relevance | path

Searched refs:partationId (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tools/harness-thci/
DOpenThread_WpanCtl.py1891 def setPartationId(self, partationId): argument
1902 print(partationId)
1904 …cmd = self.wpan_cmd_prefix + 'setprop Network:PartitionId %s' % (str(hex(partationId)).rstrip('L'))
DOpenThread.py1993 def setPartationId(self, partationId): argument
2004 cmd += str(hex(partationId)).rstrip('L')