Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_mtd.cpp4445 bool isSecure = otMessageIsLinkSecurityEnabled(aMessage); in SendDatagramMessage() local
4446 … spinel_prop_key_t propKey = isSecure ? SPINEL_PROP_STREAM_NET : SPINEL_PROP_STREAM_NET_INSECURE; in SendDatagramMessage()
4456 if (isSecure) in SendDatagramMessage()