Home
last modified time | relevance | path

Searched refs:otThreadGetNetworkKeyRef (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h432 otNetworkKeyRef otThreadGetNetworkKeyRef(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp105 otNetworkKeyRef otThreadGetNetworkKeyRef(otInstance *aInstance) in otThreadGetNetworkKeyRef() function
/openthread-latest/src/cli/
Dcli.cpp4834 OutputLine("0x%08lx", ToUlong(otThreadGetNetworkKeyRef(GetInstancePtr()))); in Process()