Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dkey_manager.hpp159 typedef otNetworkKeyRef NetworkKeyRef; typedef
261 NetworkKeyRef GetNetworkKeyRef(void) const { return mNetworkKeyRef; } in GetNetworkKeyRef()
268 void SetNetworkKeyRef(NetworkKeyRef aKeyRef);
601 NetworkKeyRef mNetworkKeyRef;
Dkey_manager.cpp587 NetworkKeyRef keyRef; in StoreNetworkKey()