Searched refs:RadioSupportsRetries (Results 1 – 2 of 2) sorted by relevance
598 …bool RadioSupportsRetries(void) const { return ((mRadioCaps & OT_RADIO_CAPS_TRANSMIT_RETRIES) != 0… in RadioSupportsRetries() function in ot::Mac::SubMac
775 VerifyOrExit(!RadioSupportsRetries(), swRetries = false); in ShouldHandleRetries()