Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_multipan_rcp_instances.cpp242 startFrame(SPINEL_CMD_PROP_VALUE_SET, SPINEL_PROP_STREAM_RAW); in createTransmitFrame()
582 VerifyOrQuit(ncp.getSpinelProp() == SPINEL_PROP_STREAM_RAW); in TestNcpBaseReceive()
606 VerifyOrQuit(ncp.getSpinelProp() == SPINEL_PROP_STREAM_RAW); in TestNcpBaseReceiveOnTwoInterfaces()
612 VerifyOrQuit(ncp.getSpinelProp() == SPINEL_PROP_STREAM_RAW); in TestNcpBaseReceiveOnTwoInterfaces()
619 VerifyOrQuit(ncp.getSpinelProp() == SPINEL_PROP_STREAM_RAW); in TestNcpBaseReceiveOnTwoInterfaces()
625 VerifyOrQuit(ncp.getSpinelProp() == SPINEL_PROP_STREAM_RAW); in TestNcpBaseReceiveOnTwoInterfaces()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1169 return !(aKey == SPINEL_PROP_STREAM_RAW || aKey == SPINEL_PROP_MAC_ENERGY_SCAN_RESULT); in IsSafeToHandleNow()
Dradio_spinel.cpp504 if (aKey == SPINEL_PROP_STREAM_RAW) in HandleValueIs()
1471 if (aKey == SPINEL_PROP_STREAM_RAW) in RequestV()
1674 error = Request(SPINEL_CMD_PROP_VALUE_SET, SPINEL_PROP_STREAM_RAW, in Transmit()
Dspinel.h3484 SPINEL_PROP_STREAM_RAW = SPINEL_PROP_STREAM__BEGIN + 1, enumerator
Dlogger.cpp439 case SPINEL_PROP_STREAM_RAW: in LogSpinelFrame()
Dspinel.c1380 {SPINEL_PROP_STREAM_RAW, "STREAM_RAW"}, in spinel_prop_key_to_cstr()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp155 SuccessOrExit(mEncoder.BeginFrame(header, SPINEL_CMD_PROP_VALUE_IS, SPINEL_PROP_STREAM_RAW)); in LinkRawReceiveDone()
Dncp_base.cpp1072 case SPINEL_PROP_STREAM_RAW: in HandlePropertySetForSpecialProperties()
Dncp_base_mtd.cpp4595 SuccessOrExit(mEncoder.BeginFrame(header, SPINEL_CMD_PROP_VALUE_IS, SPINEL_PROP_STREAM_RAW)); in HandlePcapFrame()