Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dradio.hpp116 OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_TRANSMIT_RETRIES | OT_RADIO_CAPS_CSMA_BACKOFF;
Drcp_caps_diag.cpp523 …static constexpr uint32_t kRadioThread11Flags[] = {OT_RADIO_CAPS_ACK_TIMEOUT, OT_RADIO_CAPS_TRANSM… in TestRadioCapbilityFlags()
856 …static_assert(OT_RADIO_CAPS_ACK_TIMEOUT == 1 << 0, "OT_RADIO_CAPS_ACK_TIMEOUT value is incorrect"); in RadioCapbilityToString()
/openthread-latest/src/core/mac/
Dsub_mac.cpp112 caps |= OT_RADIO_CAPS_ACK_TIMEOUT; in GetCaps()
148 caps = OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF | OT_RADIO_CAPS_TRANSMIT_RETRIES | in GetCaps()
Dsub_mac.hpp599 …bool RadioSupportsAckTimeout(void) const { return ((mRadioCaps & OT_RADIO_CAPS_ACK_TIMEOUT) != 0);… in RadioSupportsAckTimeout()
/openthread-latest/include/openthread/platform/
Dradio.h127 OT_RADIO_CAPS_ACK_TIMEOUT = 1 << 0, ///< Radio supports AckTime event. enumerator
/openthread-latest/src/core/radio/
Dradio.hpp1041 return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF | OT_RADIO_CAPS_TRANSMIT_RETRIES; in GetCaps()
/openthread-latest/tests/unit/
Dtest_srp_server.cpp84 otRadioCaps otPlatRadioGetCaps(otInstance *) { return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSM… in otPlatRadioGetCaps()
Dtest_dns_client.cpp88 otRadioCaps otPlatRadioGetCaps(otInstance *) { return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSM… in otPlatRadioGetCaps()
Dtest_srp_adv_proxy.cpp85 otRadioCaps otPlatRadioGetCaps(otInstance *) { return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSM… in otPlatRadioGetCaps()
Dtest_dnssd_discovery_proxy.cpp89 otRadioCaps otPlatRadioGetCaps(otInstance *) { return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSM… in otPlatRadioGetCaps()
Dtest_routing_manager.cpp263 otRadioCaps otPlatRadioGetCaps(otInstance *) { return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSM… in otPlatRadioGetCaps()