Searched refs:extpanid (Results 1 – 8 of 8) sorted by relevance
/openthread-3.6.0/tools/harness-automation/autothreadharness/ |
D | open_thread_controller.py | 339 def extpanid(self): member in OpenThreadController 343 @extpanid.setter 344 def extpanid(self, value): member in OpenThreadController
|
D | harness_case.py | 960 self.dut.extpanid = settings.THREAD_EXTPANID
|
/openthread-3.6.0/src/cli/ |
D | README_DATASET.md | 231 - [extpanid](#extpanid) 263 extpanid 407 ### extpanid subsection 409 Usage: `dataset extpanid [extpanid]` 414 > dataset extpanid 424 > dataset extpanid 000db80123456789
|
D | README.md | 55 - [extpanid](#extpanid) 1479 ### extpanid subsection 1486 > extpanid 1491 ### extpanid \<extpanid\> 1496 > extpanid dead00beef00cafe
|
/openthread-3.6.0/examples/platforms/simulation/ |
D | README.md | 37 extpanid
|
/openthread-3.6.0/tools/otci/otci/ |
D | otci.py | 286 _, J, netname, extpanid, panid, extaddr, ch, dbm, lqi, _ = fields 294 'extpanid': extpanid, 376 def set_extpanid(self, extpanid: str): 378 self.__validate_extpanid(extpanid) 1797 extpanid: Optional[str] = None, 1814 if extpanid is not None:
|
/openthread-3.6.0/tools/otci/tests/ |
D | test_otci.py | 733 extpanid=TEST_EXTENDED_PANID,
|
/openthread-3.6.0/tests/scripts/thread-cert/ |
D | node.py | 1655 def set_extpanid(self, extpanid): argument 1656 self.send_command('extpanid %s' % extpanid)
|