Home
last modified time | relevance | path

Searched refs:OT_RADIO_CAPS_CSMA_BACKOFF (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.cpp524 OT_RADIO_CAPS_CSMA_BACKOFF}; in TestRadioCapbilityFlags()
859 …static_assert(OT_RADIO_CAPS_CSMA_BACKOFF == 1 << 3, "OT_RADIO_CAPS_CSMA_BACKOFF value is incorrect… in RadioCapbilityToString()
/openthread-latest/src/core/mac/
Dsub_mac.cpp116 caps |= OT_RADIO_CAPS_CSMA_BACKOFF; in GetCaps()
148 caps = OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF | OT_RADIO_CAPS_TRANSMIT_RETRIES | in GetCaps()
Dsub_mac.hpp594 return ((mRadioCaps & (OT_RADIO_CAPS_CSMA_BACKOFF | OT_RADIO_CAPS_TRANSMIT_RETRIES)) != 0); in RadioSupportsCsmaBackoff()
/openthread-latest/include/openthread/platform/
Dradio.h130OT_RADIO_CAPS_CSMA_BACKOFF = 1 << 3, ///< Radio supports CSMA backoff for frame tx (but n… 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 …otPlatRadioGetCaps(otInstance *) { return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF; } in otPlatRadioGetCaps()
Dtest_dns_client.cpp88 …otPlatRadioGetCaps(otInstance *) { return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF; } in otPlatRadioGetCaps()
Dtest_srp_adv_proxy.cpp85 …otPlatRadioGetCaps(otInstance *) { return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF; } in otPlatRadioGetCaps()
Dtest_dnssd_discovery_proxy.cpp89 …otPlatRadioGetCaps(otInstance *) { return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF; } in otPlatRadioGetCaps()
Dtest_routing_manager.cpp263 …otPlatRadioGetCaps(otInstance *) { return OT_RADIO_CAPS_ACK_TIMEOUT | OT_RADIO_CAPS_CSMA_BACKOFF; } in otPlatRadioGetCaps()