Home
last modified time | relevance | path

Searched refs:SPINEL_PROP_STREAM_NET_INSECURE (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_dispatcher.cpp473 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_STREAM_NET_INSECURE), in FindSetPropertyHandler()
H A Dncp_base_mtd.cpp3388 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_STREAM_NET_INSECURE>(void) in HandlePropertySet()
4448 … spinel_prop_key_t propKey = isSecure ? SPINEL_PROP_STREAM_NET : SPINEL_PROP_STREAM_NET_INSECURE; in SendDatagramMessage()
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel.h3669 SPINEL_PROP_STREAM_NET_INSECURE = SPINEL_PROP_STREAM__BEGIN + 3, enumerator
H A Dspinel.c1380 {SPINEL_PROP_STREAM_NET_INSECURE, "STREAM_NET_INSECURE"}, in spinel_prop_key_to_cstr()