Searched refs:SPINEL_PROP_RADIO_CAPS (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.cpp | 60 …> otError RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RADIO_CAPS>(void) in HandleSpinelCommand() 64 return mRadioSpinel.Get(SPINEL_PROP_RADIO_CAPS, SPINEL_DATATYPE_UINT_PACKED_S, &radioCaps); in HandleSpinelCommand() 399 SPINEL_ENTRY(kCategoryBasic, SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RADIO_CAPS), 531 …SuccessOrExit(error = mRadioSpinel.Get(SPINEL_PROP_RADIO_CAPS, SPINEL_DATATYPE_UINT_PACKED_S, &rad… in TestRadioCapbilityFlags()
|
/openthread-latest/src/lib/spinel/ |
D | logger.cpp | 318 case SPINEL_PROP_RADIO_CAPS: in LogSpinelFrame() 330 case SPINEL_PROP_RADIO_CAPS: in LogSpinelFrame()
|
D | spinel.h | 1893 SPINEL_PROP_RADIO_CAPS = SPINEL_PROP_PHY_EXT__BEGIN + 11, enumerator
|
D | spinel.c | 1251 {SPINEL_PROP_RADIO_CAPS, "RADIO_CAPS"}, in spinel_prop_key_to_cstr()
|
D | radio_spinel.cpp | 243 SuccessOrExit(error = Get(SPINEL_PROP_RADIO_CAPS, SPINEL_DATATYPE_UINT_PACKED_S, &radioCaps)); in CheckRadioCapabilities()
|
/openthread-latest/src/ncp/ |
D | ncp_base_radio.cpp | 249 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RADIO_CAPS>(void) in HandlePropertyGet()
|
D | ncp_base_dispatcher.cpp | 250 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_RADIO_CAPS), in FindGetPropertyHandler()
|