Home
last modified time | relevance | path

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

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