Home
last modified time | relevance | path

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

/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Dncp_spinel.cpp170 SuccessOrExit(error = SetProperty(SPINEL_PROP_NET_STACK_UP, encodingFunc)); in ThreadSetEnabled()
439 case SPINEL_PROP_NET_STACK_UP: in HandleResponseForPropSet()
440 VerifyOrExit(aKey == SPINEL_PROP_NET_STACK_UP, error = OTBR_ERROR_INVALID_STATE); in HandleResponseForPropSet()
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_dispatcher.cpp91 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_NET_STACK_UP), in FindGetPropertyHandler()
444 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_NET_STACK_UP), in FindSetPropertyHandler()
H A Dchanged_props_set.cpp64 {SPINEL_PROP_NET_STACK_UP, SPINEL_STATUS_OK, true},
H A Dncp_base_mtd.cpp503 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_NET_STACK_UP>(void) in HandlePropertyGet()
508 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_NET_STACK_UP>(void) in HandlePropertySet()
4735 mChangedPropsSet.AddProperty(SPINEL_PROP_NET_STACK_UP); in ProcessThreadChangedFlags()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel.h2291 SPINEL_PROP_NET_STACK_UP = SPINEL_PROP_NET__BEGIN + 2, enumerator
H A Dspinel.c1280 {SPINEL_PROP_NET_STACK_UP, "NET_STACK_UP"}, in spinel_prop_key_to_cstr()