Searched refs:SPINEL_PROP_STREAM_RAW (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_multipan_rcp_instances.cpp | 242 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/ |
D | radio_spinel.hpp | 1169 return !(aKey == SPINEL_PROP_STREAM_RAW || aKey == SPINEL_PROP_MAC_ENERGY_SCAN_RESULT); in IsSafeToHandleNow()
|
D | radio_spinel.cpp | 504 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()
|
D | spinel.h | 3484 SPINEL_PROP_STREAM_RAW = SPINEL_PROP_STREAM__BEGIN + 1, enumerator
|
D | logger.cpp | 439 case SPINEL_PROP_STREAM_RAW: in LogSpinelFrame()
|
D | spinel.c | 1380 {SPINEL_PROP_STREAM_RAW, "STREAM_RAW"}, in spinel_prop_key_to_cstr()
|
/openthread-latest/src/ncp/ |
D | ncp_base_radio.cpp | 155 SuccessOrExit(mEncoder.BeginFrame(header, SPINEL_CMD_PROP_VALUE_IS, SPINEL_PROP_STREAM_RAW)); in LinkRawReceiveDone()
|
D | ncp_base.cpp | 1072 case SPINEL_PROP_STREAM_RAW: in HandlePropertySetForSpecialProperties()
|
D | ncp_base_mtd.cpp | 4595 SuccessOrExit(mEncoder.BeginFrame(header, SPINEL_CMD_PROP_VALUE_IS, SPINEL_PROP_STREAM_RAW)); in HandlePcapFrame()
|