Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/mac/
Dsub_mac.hpp599 …bool RadioSupportsAckTimeout(void) const { return ((mRadioCaps & OT_RADIO_CAPS_ACK_TIMEOUT) != 0);… in RadioSupportsAckTimeout()
Dsub_mac.cpp93 caps |= OT_RADIO_CAPS_ACK_TIMEOUT; in GetCaps()
121 caps = OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF | OT_RADIO_CAPS_TRANSMIT_RETRIES | in GetCaps()
/openthread-2.7.6/include/openthread/platform/
Dradio.h123 OT_RADIO_CAPS_ACK_TIMEOUT = 1 << 0, ///< Radio supports AckTime event. enumerator
/openthread-2.7.6/src/core/radio/
Dradio.hpp859 return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF | OT_RADIO_CAPS_TRANSMIT_RETRIES; in GetCaps()
/openthread-2.7.6/src/lib/spinel/
Dradio_spinel_impl.hpp361 OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_TRANSMIT_RETRIES | OT_RADIO_CAPS_CSMA_BACKOFF; in CheckRadioCapabilities()
378 (missingCaps & OT_RADIO_CAPS_ACK_TIMEOUT) ? "ack-timeout " : "", in CheckRadioCapabilities()