Home
last modified time | relevance | path

Searched refs:otNetworkKey (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/include/openthread/
Ddataset.h64 struct otNetworkKey struct
72 typedef struct otNetworkKey otNetworkKey; argument
225 otNetworkKey mNetworkKey; ///< Network Key
Dthread.h419 void otThreadGetNetworkKey(otInstance *aInstance, otNetworkKey *aNetworkKey);
449 otError otThreadSetNetworkKey(otInstance *aInstance, const otNetworkKey *aKey);
/openthread-latest/src/core/thread/
Dkey_manager.hpp138 class NetworkKey : public otNetworkKey, public Equatable<NetworkKey>, public Clearable<NetworkKey>
647 DefineCoreType(otNetworkKey, NetworkKey);
/openthread-latest/tests/unit/
Dtest_dataset.cpp50 static const otNetworkKey kNetworkKey = { in TestDataset()
53 static const otNetworkKey kNewNetworkKey = { in TestDataset()
/openthread-latest/src/core/api/
Dthread_api.cpp99 void otThreadGetNetworkKey(otInstance *aInstance, otNetworkKey *aNetworkKey) in otThreadGetNetworkKey()
111 otError otThreadSetNetworkKey(otInstance *aInstance, const otNetworkKey *aKey) in otThreadSetNetworkKey()
/openthread-latest/src/cli/
Dcli.cpp4800 otNetworkKey networkKey; in Process()
4817 otNetworkKey key; in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp635 otNetworkKey networkKey; in HandlePropertyGet()
652 error = otThreadSetNetworkKey(mInstance, reinterpret_cast<const otNetworkKey *>(ptr)); in HandlePropertySet()