Home
last modified time | relevance | path

Searched defs:aNetworkKey (Results 1 – 7 of 7) sorted by relevance

/external/openthread/src/core/thread/
Dkey_manager.cpp263 void KeyManager::SetNetworkKey(const NetworkKey &aNetworkKey) in SetNetworkKey()
564 void KeyManager::StoreNetworkKey(const NetworkKey &aNetworkKey, bool aOverWriteExisting) in StoreNetworkKey()
/external/ot-br-posix/src/web/web-service/
Dwpan_service.cpp596 const std::string & aNetworkKey, in joinActiveDataset()
613 const std::string & aNetworkKey, in formActiveDataset()
/external/ot-br-posix/src/dbus/client/
Dthread_api_dbus.cpp238 const std::vector<uint8_t> &aNetworkKey, in Attach()
521 ClientError ThreadApiDBus::GetNetworkKey(std::vector<uint8_t> &aNetworkKey) in GetNetworkKey()
/external/ot-br-posix/src/utils/
Dthread_helper.cpp305 const std::vector<uint8_t> &aNetworkKey, in Attach()
/external/openthread/src/core/meshcop/
Ddataset.hpp276 void SetNetworkKey(const NetworkKey &aNetworkKey) in SetNetworkKey()
Dmeshcop_tlvs.hpp627 void SetNetworkKey(const NetworkKey &aNetworkKey) { mNetworkKey = aNetworkKey; } in SetNetworkKey()
/external/openthread/src/core/api/
Dthread_api.cpp99 void otThreadGetNetworkKey(otInstance *aInstance, otNetworkKey *aNetworkKey) in otThreadGetNetworkKey()