Searched refs:SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/ncp/ |
D | changed_props_set.cpp | 59 {SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER, SPINEL_STATUS_OK, true},
|
D | ncp_base_dispatcher.cpp | 96 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()
|
D | ncp_base_mtd.cpp | 658 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/ |
D | spinel.h | 2278 SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER = SPINEL_PROP_NET__BEGIN + 7, enumerator
|
D | spinel.c | 1286 {SPINEL_PROP_NET_KEY_SEQUENCE_COUNTER, "NET_KEY_SEQUENCE_COUNTER"}, in spinel_prop_key_to_cstr()
|