Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_dispatcher.cpp486 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_STREAM_NET_INSECURE), in FindSetPropertyHandler()
Dncp_base_mtd.cpp3386 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_STREAM_NET_INSECURE>(void) in HandlePropertySet()
4446 … spinel_prop_key_t propKey = isSecure ? SPINEL_PROP_STREAM_NET : SPINEL_PROP_STREAM_NET_INSECURE; in SendDatagramMessage()
/openthread-latest/src/lib/spinel/
Dspinel.h3538 SPINEL_PROP_STREAM_NET_INSECURE = SPINEL_PROP_STREAM__BEGIN + 3, enumerator
Dspinel.c1382 {SPINEL_PROP_STREAM_NET_INSECURE, "STREAM_NET_INSECURE"}, in spinel_prop_key_to_cstr()