Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dinstance.h192 #define OT_CHANGED_NETWORK_KEY (1U << 18) ///< Network key changed macro
/openthread-3.5.0/src/core/common/
Dnotifier.hpp87 …kEventNetworkKeyChanged = OT_CHANGED_NETWORK_KEY, ///< Network Key…
/openthread-3.5.0/src/ncp/
Dncp_base_mtd.cpp4581 {OT_CHANGED_NETWORK_KEY, SPINEL_PROP_NET_NETWORK_KEY}, in ProcessThreadChangedFlags()