Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread.h448 otNetworkKeyRef otThreadGetNetworkKeyRef(otInstance *aInstance);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp111 otNetworkKeyRef otThreadGetNetworkKeyRef(otInstance *aInstance) in otThreadGetNetworkKeyRef() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp4756 OutputLine("0x%08lx", ToUlong(otThreadGetNetworkKeyRef(GetInstancePtr()))); in Process()