Searched refs:SPINEL_PROP_NET_ROLE (Results 1 – 5 of 5) sorted by relevance
/openthread-3.7.0/src/ncp/ |
D | changed_props_set.cpp | 57 {SPINEL_PROP_NET_ROLE, SPINEL_STATUS_OK, true},
|
D | ncp_base_dispatcher.cpp | 92 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_NET_ROLE), in FindGetPropertyHandler() 441 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_NET_ROLE), in FindSetPropertyHandler()
|
D | ncp_base_mtd.cpp | 532 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_NET_ROLE>(void) in HandlePropertyGet() 562 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_NET_ROLE>(void) in HandlePropertySet() 4576 {OT_CHANGED_THREAD_ROLE, SPINEL_PROP_NET_ROLE}, in ProcessThreadChangedFlags()
|
/openthread-3.7.0/src/lib/spinel/ |
D | spinel.h | 2305 SPINEL_PROP_NET_ROLE = SPINEL_PROP_NET__BEGIN + 3, enumerator
|
D | spinel.c | 1281 {SPINEL_PROP_NET_ROLE, "NET_ROLE"}, in spinel_prop_key_to_cstr()
|