Searched refs:SPINEL_PROP_NET_ROLE (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/openthread/src/ncp/ |
H A D | ncp_base_dispatcher.cpp | 92 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 D | changed_props_set.cpp | 57 {SPINEL_PROP_NET_ROLE, SPINEL_STATUS_OK, true},
|
H A 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() 4688 {OT_CHANGED_THREAD_ROLE, SPINEL_PROP_NET_ROLE}, in ProcessThreadChangedFlags()
|
/aosp_15_r20/external/ot-br-posix/src/ncp/ |
H A D | ncp_spinel.cpp | 339 case SPINEL_PROP_NET_ROLE: in HandleValueIs()
|
/aosp_15_r20/external/openthread/src/lib/spinel/ |
H A D | spinel.h | 2305 SPINEL_PROP_NET_ROLE = SPINEL_PROP_NET__BEGIN + 3, enumerator
|
H A D | spinel.c | 1281 {SPINEL_PROP_NET_ROLE, "NET_ROLE"}, in spinel_prop_key_to_cstr()
|