Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp382 else if (key == SPINEL_PROP_CAPS) in HandleInitialFrame()
453 SuccessOrExit(error = SendCommand(SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_CAPS, sTid)); in GetCoprocessorCaps()
455 mWaitingKey = SPINEL_PROP_CAPS; in GetCoprocessorCaps()
Dspinel.h1426 SPINEL_PROP_CAPS = 5, enumerator
Dlogger.cpp372 case SPINEL_PROP_CAPS: in LogSpinelFrame()
Dspinel.c1207 {SPINEL_PROP_CAPS, "CAPS"}, in spinel_prop_key_to_cstr()
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp42 template <> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_CAPS>(v… in HandleSpinelCommand()
48 return mRadioSpinel.Get(SPINEL_PROP_CAPS, SPINEL_DATATYPE_DATA_S, capsBuffer, &capsLength); in HandleSpinelCommand()
397 SPINEL_ENTRY(kCategoryBasic, SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_CAPS),
574 …SuccessOrExit(error = mRadioSpinel.Get(SPINEL_PROP_CAPS, SPINEL_DATATYPE_DATA_S, capsBuffer, &caps… in TestSpinelCapbilityFlags()
/openthread-latest/src/ncp/
Dncp_base_dispatcher.cpp58 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_CAPS), in FindGetPropertyHandler()
Dncp_base.cpp1995 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_CAPS>(void) in HandlePropertyGet()