Home
last modified time | relevance | path

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

/openthread-2.7.6/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.py2091 def setPartationId(self, partationId): argument
2102 print(partationId)
2104 cmd = 'partitionid preferred %s' % (str(hex(partationId)).rstrip('L'))