Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_dispatcher.cpp95 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_NET_NETWORK_KEY), in FindGetPropertyHandler()
448 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_NET_NETWORK_KEY), in FindSetPropertyHandler()
H A Dchanged_props_set.cpp78 {SPINEL_PROP_NET_NETWORK_KEY, SPINEL_STATUS_OK, true},
H A Dncp_base_mtd.cpp633 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_NET_NETWORK_KEY>(void) in HandlePropertyGet()
642 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_NET_NETWORK_KEY>(void) in HandlePropertySet()
1256 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_PROP_NET_NETWORK_KEY)); in EncodeOperationalDataset()
1455 case SPINEL_PROP_NET_NETWORK_KEY: in DecodeOperationalDataset()
4704 {OT_CHANGED_NETWORK_KEY, SPINEL_PROP_NET_NETWORK_KEY}, in ProcessThreadChangedFlags()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel.h2323 SPINEL_PROP_NET_NETWORK_KEY = SPINEL_PROP_NET__BEGIN + 6, enumerator
H A Dspinel.c1284 {SPINEL_PROP_NET_NETWORK_KEY, "NET_NETWORK_KEY"}, in spinel_prop_key_to_cstr()