Searched refs:extpanid (Results 1 – 8 of 8) sorted by relevance
| /openthread-latest/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-latest/src/cli/ |
| D | README_DATASET.md | 295 - [extpanid](#extpanid) 329 extpanid 475 ### extpanid subsection 477 Usage: `dataset extpanid [extpanid]` 482 > dataset extpanid 492 > dataset extpanid 000db80123456789
|
| D | README.md | 56 - [extpanid](#extpanid) 1638 ### extpanid subsection 1645 > extpanid 1650 ### extpanid \<extpanid\> 1655 > extpanid dead00beef00cafe
|
| /openthread-latest/examples/platforms/simulation/ |
| D | README.md | 37 extpanid
|
| /openthread-latest/tools/otci/otci/ |
| D | otci.py | 305 _, J, netname, extpanid, panid, extaddr, ch, dbm, lqi, _ = fields 313 'extpanid': extpanid, 395 def set_extpanid(self, extpanid: str): 397 self.__validate_extpanid(extpanid) 1837 extpanid: Optional[str] = None, 1857 if extpanid is not None: 2831 extpanid: Optional[str] = None, 2843 …self.dataset_set_buffer(active_timestamp, channel, wakeup_channel, channel_mask, extpanid, mesh_lo…
|
| /openthread-latest/tools/otci/tests/ |
| D | test_otci.py | 727 extpanid=TEST_EXTENDED_PANID,
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | node.py | 1722 def set_extpanid(self, extpanid): argument 1723 self.send_command('extpanid %s' % extpanid)
|