Home
last modified time | relevance | path

Searched refs:SPINEL_CAP_CONFIG_RADIO (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp466 if (CoprocessorHasCap(SPINEL_CAP_CONFIG_RADIO)) in GetCoprocessorType()
Dspinel.h1260 SPINEL_CAP_CONFIG_RADIO = (SPINEL_CAP_CONFIG__BEGIN + 2), enumerator
Dspinel.c1614 {SPINEL_CAP_CONFIG_RADIO, "CONFIG_RADIO"}, in spinel_capability_to_cstr()
Dradio_spinel.cpp215 if (!GetSpinelDriver().CoprocessorHasCap(SPINEL_CAP_CONFIG_RADIO)) in InitializeCaps()
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp566 static constexpr uint32_t kSpinelBasicFlags[] = {SPINEL_CAP_CONFIG_RADIO, SPINEL_CAP_MAC_RAW, in TestSpinelCapbilityFlags()
/openthread-latest/src/ncp/
Dncp_base.cpp2019 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_CAP_CONFIG_RADIO)); in HandlePropertyGet()