Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp42 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_CAPS>(v… in HandleSpinelCommand()
51 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PROTOCO… in HandleSpinelCommand()
60 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RADIO_C… in HandleSpinelCommand()
67 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RCP_API… in HandleSpinelCommand()
74 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_NCP_VER… in HandleSpinelCommand()
157 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_HWADDR>… in HandleSpinelCommand()
164 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PHY_CHA… in HandleSpinelCommand()
173 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PHY_CHA… in HandleSpinelCommand()
182 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PHY_RSS… in HandleSpinelCommand()
189 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PHY_RX_… in HandleSpinelCommand()
[all …]
/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp418 … SuccessOrExit(error = SendCommand(SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_PROTOCOL_VERSION, sTid)); in CheckSpinelVersion()
440 SuccessOrExit(error = SendCommand(SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_NCP_VERSION, sTid)); in GetCoprocessorVersion()
453 SuccessOrExit(error = SendCommand(SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_CAPS, sTid)); in GetCoprocessorCaps()
Dspinel.h957 SPINEL_CMD_PROP_VALUE_GET = 2, enumerator
Dlogger.cpp149 VerifyOrExit(cmd != SPINEL_CMD_PROP_VALUE_GET); in LogSpinelFrame()
Dradio_spinel.cpp1305 …error = RequestWithPropertyFormatV(aFormat, SPINEL_CMD_PROP_VALUE_GET, aKey, nullptr, mPropertyArg… in Get()
1331 …error = RequestWithPropertyFormat(aFormat, SPINEL_CMD_PROP_VALUE_GET, aKey, SPINEL_DATATYPE_DATA_S… in GetWithParam()
Dspinel.c1171 {SPINEL_CMD_PROP_VALUE_GET, "PROP_VALUE_GET"}, in spinel_command_to_cstr()
/openthread-latest/tests/unit/
Dtest_multipan_rcp_instances.cpp267 startFrame(SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_LAST_STATUS); in createReadStatusFrame()
/openthread-latest/src/ncp/
Dncp_base.cpp994 case SPINEL_CMD_PROP_VALUE_GET: in HandleCommand()
1354 case SPINEL_CMD_PROP_VALUE_GET: in CommandHandler_PROP_VALUE_update()