Home
last modified time | relevance | path

Searched refs:GetNetworkKeyRef (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dkey_manager.hpp286 NetworkKeyRef GetNetworkKeyRef(void) const { return mNetworkKeyRef; } in GetNetworkKeyRef() function in ot::KeyManager
/openthread-latest/src/core/api/
Dthread_api.cpp113 return AsCoreType(aInstance).Get<KeyManager>().GetNetworkKeyRef(); in otThreadGetNetworkKeyRef()