/external/ot-br-posix/tools/ |
D | pskc.cpp | 62 uint8_t extpanid[kSizeExtPanId]; in printPSKc() local 82 otbr::Utils::Hex2Bytes(aExtPanId, extpanid, sizeof(extpanid)); in printPSKc() 89 pskc = pskcComputer.ComputePskc(extpanid, aNetworkName, aPassphrase); in printPSKc()
|
/external/ot-br-posix/tests/dbus/ |
D | test_dbus_client.cpp | 192 uint64_t extpanid = 0xdead00beaf00cafe; in main() local 231 api->Scan([&api, extpanid, &stepDone](const std::vector<ActiveScanResult> &aResult) { in main() 249 api->Attach("Test", 0x3456, extpanid, networkKey, {}, 1 << channel, in main() 250 [&api, channel, extpanid, &stepDone](ClientError aError) { in main() 299 if (aError != OTBR_ERROR_NONE || extpanidCheck != extpanid) in main() 304 api->Attach([&api, channel, extpanid, &stepDone](ClientError aErr) { in main() 320 TEST_ASSERT(extpanidCheck == extpanid); in main()
|
/external/ot-br-posix/tests/unit/ |
D | test_pskc.cpp | 40 uint8_t extpanid[] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07}; in TEST() local 46 pskc = mPSKc.ComputePskc(extpanid, "OpenThread", "123456"); in TEST()
|
/external/openthread/src/cli/ |
D | README_DATASET.md | 120 - [extpanid](#extpanid) 151 extpanid 293 ### extpanid subsection 295 Usage: `dataset extpanid [extpanid]` 300 > dataset extpanid 310 > dataset extpanid 000db80123456789
|
D | README.md | 51 - [extpanid](#extpanid) 1208 ### extpanid subsection 1215 > extpanid 1220 ### extpanid \<extpanid\> 1225 > extpanid dead00beef00cafe
|
/external/ot-br-posix/src/openwrt/controller/ |
D | thread.lua | 60 local extpanid = luci.http.formvalue("extpanid") 112 conn:call("otbr", "setextpanid", { extpanid = extpanid }) 119 …, "mgmtset", { networkkey = networkkey, networkname = networkname, extpanid = extpanid, panid = pa…
|
/external/openthread/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
|
/external/openthread/examples/platforms/simulation/ |
D | README.md | 51 extpanid
|
/external/openthread/tools/otci/otci/ |
D | otci.py | 284 _, J, netname, extpanid, panid, extaddr, ch, dbm, lqi, _ = fields 292 'extpanid': extpanid, 374 def set_extpanid(self, extpanid: str): 376 self.__validate_extpanid(extpanid) 1776 extpanid: str = None, 1793 if extpanid is not None:
|
/external/ot-br-posix/tests/scripts/ |
D | meshcop | 442 sudo "${OT_CTL}" dataset extpanid ${xpanid}
|
/external/openthread/examples/platforms/cc2538/ |
D | README.md | 92 extpanid
|
/external/openthread/tests/scripts/thread-cert/ |
D | node.py | 1455 def set_extpanid(self, extpanid): argument 1456 self.send_command('extpanid %s' % extpanid)
|