Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/mac/
Dsub_mac.hpp598 return ((mRadioCaps & (OT_RADIO_CAPS_CSMA_BACKOFF | OT_RADIO_CAPS_TRANSMIT_RETRIES)) != 0); in RadioSupportsCsmaBackoff()
602 …bool RadioSupportsRetries(void) const { return ((mRadioCaps & OT_RADIO_CAPS_TRANSMIT_RETRIES) != 0… in RadioSupportsRetries()
Dsub_mac.cpp125 caps |= OT_RADIO_CAPS_TRANSMIT_RETRIES; in GetCaps()
145 caps = OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF | OT_RADIO_CAPS_TRANSMIT_RETRIES | in GetCaps()
/openthread-3.5.0/include/openthread/platform/
Dradio.h133OT_RADIO_CAPS_TRANSMIT_RETRIES = 1 << 2, ///< Radio supports tx retry logic with collision avoidan… enumerator
/openthread-3.5.0/src/core/radio/
Dradio.hpp916 return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF | OT_RADIO_CAPS_TRANSMIT_RETRIES; in GetCaps()
/openthread-3.5.0/src/lib/spinel/
Dradio_spinel_impl.hpp375 OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_TRANSMIT_RETRIES | OT_RADIO_CAPS_CSMA_BACKOFF; in CheckRadioCapabilities()
393 (missingCaps & OT_RADIO_CAPS_TRANSMIT_RETRIES) ? "tx-retries " : "", in CheckRadioCapabilities()