Home
last modified time | relevance | path

Searched refs:SPINEL_PROP_NET_PSKC (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/ncp/
Dchanged_props_set.cpp79 {SPINEL_PROP_NET_PSKC, SPINEL_STATUS_OK, true},
Dncp_base_dispatcher.cpp101 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_NET_PSKC), in FindGetPropertyHandler()
471 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_NET_PSKC), in FindSetPropertyHandler()
Dncp_base_ftd.cpp503 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_NET_PSKC>(void) in HandlePropertyGet()
512 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_NET_PSKC>(void) in HandlePropertySet()
Dncp_base_mtd.cpp1324 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_PROP_NET_PSKC)); in EncodeOperationalDataset()
1548 case SPINEL_PROP_NET_PSKC: in DecodeOperationalDataset()
4709 {OT_CHANGED_PSKC, SPINEL_PROP_NET_PSKC}, in ProcessThreadChangedFlags()
/openthread-latest/src/lib/spinel/
Dspinel.h2316 SPINEL_PROP_NET_PSKC = SPINEL_PROP_NET__BEGIN + 11, enumerator
Dspinel.c1290 {SPINEL_PROP_NET_PSKC, "NET_PSKC"}, in spinel_prop_key_to_cstr()