Home
last modified time | relevance | path

Searched refs:SPINEL_PROP_RADIO_CAPS (Results 1 – 5 of 5) sorted by relevance

/openthread-3.6.0/src/ncp/
Dncp_base_radio.cpp248 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RADIO_CAPS>(void) in HandlePropertyGet()
Dncp_base_dispatcher.cpp243 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_RADIO_CAPS), in FindGetPropertyHandler()
/openthread-3.6.0/src/lib/spinel/
Dspinel.h1932 SPINEL_PROP_RADIO_CAPS = SPINEL_PROP_PHY_EXT__BEGIN + 11, enumerator
Dradio_spinel.cpp330 SuccessOrExit(error = Get(SPINEL_PROP_RADIO_CAPS, SPINEL_DATATYPE_UINT_PACKED_S, &radioCaps)); in CheckRadioCapabilities()
2613 case SPINEL_PROP_RADIO_CAPS: in LogSpinelFrame()
2625 case SPINEL_PROP_RADIO_CAPS: in LogSpinelFrame()
Dspinel.c1251 {SPINEL_PROP_RADIO_CAPS, "RADIO_CAPS"}, in spinel_prop_key_to_cstr()