Home
last modified time | relevance | path

Searched refs:SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/ncp/
Dchanged_props_set.cpp59 {SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER, SPINEL_STATUS_OK, true},
Dncp_base_dispatcher.cpp96 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER), in FindGetPropertyHandler()
462 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER), in FindSetPropertyHandler()
Dncp_base_mtd.cpp658 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER>(void) in HandlePropertyGet()
663 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER>(void) in HandlePropertySet()
4696 {OT_CHANGED_THREAD_KEY_SEQUENCE_COUNTER, SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER}, in ProcessThreadChangedFlags()
/openthread-latest/src/lib/spinel/
Dspinel.h2278 SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER = SPINEL_PROP_NET__BEGIN + 7, enumerator
Dspinel.c1286 {SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER, "NET_KEY_SEQUENCE_COUNTER"}, in spinel_prop_key_to_cstr()