Home
last modified time | relevance | path

Searched defs:aExtPanId (Results 1 – 9 of 9) sorted by relevance

/external/ot-br-posix/src/utils/
Dpskc.cpp42 void Pskc::SetSalt(const uint8_t *aExtPanId, const char *aNetworkName) in SetSalt()
69 const uint8_t *Pskc::ComputePskc(const uint8_t *aExtPanId, const char *aNetworkName, const char *aP… in ComputePskc()
Dthread_helper.cpp289 static otExtendedPanId ToOtExtendedPanId(uint64_t aExtPanId) in ToOtExtendedPanId()
304 uint64_t aExtPanId, in Attach()
/external/ot-br-posix/tools/
Dpskc.cpp60 int printPSKc(const char *aPassphrase, const char *aExtPanId, const char *aNetworkName) in printPSKc()
/external/openthread/src/core/radio/
Dtrel_interface.hpp143 void SetExtPanId(const MeshCoP::ExtendedPanId &aExtPanId) { mExtPanId = aExtPanId; } in SetExtPanId()
/external/openthread/src/core/api/
Ddataset_api.cpp151 const otExtendedPanId *aExtPanId, in otDatasetGeneratePskc()
/external/openthread/src/core/meshcop/
Dmeshcop.cpp321 const ExtendedPanId &aExtPanId, in GeneratePskc()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp237 uint64_t aExtPanId, in Attach()
511 ClientError ThreadApiDBus::GetExtPanId(uint64_t &aExtPanId) in GetExtPanId()
/external/ot-br-posix/src/web/web-service/
Dwpan_service.cpp617 uint64_t aExtPanId, in formActiveDataset()
/external/openthread/src/core/mac/
Dmac_frame.hpp1616 void SetExtendedPanId(const otExtendedPanId &aExtPanId) { mExtendedPanId = aExtPanId; } in SetExtendedPanId()