Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_dispatcher.cpp93 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_NET_NETWORK_NAME), in FindGetPropertyHandler()
446 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_NET_NETWORK_NAME), in FindSetPropertyHandler()
H A Dchanged_props_set.cpp76 {SPINEL_PROP_NET_NETWORK_NAME, SPINEL_STATUS_OK, true},
H A Dncp_base_mtd.cpp594 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_NET_NETWORK_NAME>(void) in HandlePropertyGet()
599 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_NET_NETWORK_NAME>(void) in HandlePropertySet()
1264 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_PROP_NET_NETWORK_NAME)); in EncodeOperationalDataset()
1470 case SPINEL_PROP_NET_NETWORK_NAME: in DecodeOperationalDataset()
4700 {OT_CHANGED_THREAD_NETWORK_NAME, SPINEL_PROP_NET_NETWORK_NAME}, in ProcessThreadChangedFlags()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel.h2311 SPINEL_PROP_NET_NETWORK_NAME = SPINEL_PROP_NET__BEGIN + 4, enumerator
H A Dspinel.c1282 {SPINEL_PROP_NET_NETWORK_NAME, "NET_NETWORK_NAME"}, in spinel_prop_key_to_cstr()