Home
last modified time | relevance | path

Searched refs:otThreadGetNetworkKey (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h419 void otThreadGetNetworkKey(otInstance *aInstance, otNetworkKey *aNetworkKey);
/openthread-latest/src/core/api/
Dthread_api.cpp99 void otThreadGetNetworkKey(otInstance *aInstance, otNetworkKey *aNetworkKey) in otThreadGetNetworkKey() function
/openthread-latest/src/cli/
Dcli.cpp4802 otThreadGetNetworkKey(GetInstancePtr(), &networkKey); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp637 otThreadGetNetworkKey(mInstance, &networkKey); in HandlePropertyGet()