Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_dispatcher.cpp92 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_NET_ROLE), in FindGetPropertyHandler()
445 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_NET_ROLE), in FindSetPropertyHandler()
H A Dchanged_props_set.cpp57 {SPINEL_PROP_NET_ROLE, SPINEL_STATUS_OK, true},
H A Dncp_base_mtd.cpp532 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_NET_ROLE>(void) in HandlePropertyGet()
562 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_NET_ROLE>(void) in HandlePropertySet()
4688 {OT_CHANGED_THREAD_ROLE, SPINEL_PROP_NET_ROLE}, in ProcessThreadChangedFlags()
/aosp_15_r20/external/ot-br-posix/src/ncp/
H A Dncp_spinel.cpp339 case SPINEL_PROP_NET_ROLE: in HandleValueIs()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel.h2305 SPINEL_PROP_NET_ROLE = SPINEL_PROP_NET__BEGIN + 3, enumerator
H A Dspinel.c1281 {SPINEL_PROP_NET_ROLE, "NET_ROLE"}, in spinel_prop_key_to_cstr()