Searched refs:maxAttempts (Results 1 – 1 of 1) sorted by relevance
2376 uint8_t maxAttempts = aFrame.GetMaxFrameRetries() + 1; in LogFrameTxFailure() local2377 uint8_t curAttempt = aWillRetx ? (aRetryCount + 1) : maxAttempts; in LogFrameTxFailure()2379 …LogInfo("Frame tx attempt %u/%u failed, error:%s, %s", curAttempt, maxAttempts, ErrorToString(aErr… in LogFrameTxFailure()