Home
last modified time | relevance | path

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

/openthread-3.4.0/src/ncp/
Dchanged_props_set.cpp57 {SPINEL_PROP_NET_ROLE, SPINEL_STATUS_OK, true},
Dncp_base_dispatcher.cpp92 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_NET_ROLE), in FindGetPropertyHandler()
435 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_NET_ROLE), in FindSetPropertyHandler()
Dncp_base_mtd.cpp532 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_NET_ROLE>(void) in HandlePropertyGet()
559 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_NET_ROLE>(void) in HandlePropertySet()
4563 {OT_CHANGED_THREAD_ROLE, SPINEL_PROP_NET_ROLE}, in ProcessThreadChangedFlags()
/openthread-3.4.0/src/lib/spinel/
Dspinel.h2282 SPINEL_PROP_NET_ROLE = SPINEL_PROP_NET__BEGIN + 3, enumerator
Dspinel.c1281 {SPINEL_PROP_NET_ROLE, "NET_ROLE"}, in spinel_prop_key_to_cstr()