Home
last modified time | relevance | path

Searched refs:GetRetryCount (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_header_ie.hpp374 uint8_t GetRetryCount(void) const { return mConnectionWindow & kRetryCountMask; } in GetRetryCount() function in ot::Mac::ConnectionIe
Dmac.cpp2659 retryCount = connectionIe->GetRetryCount(); in HandleWakeupFrame()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp861 VerifyOrQuit(connectionIe->GetRetryCount() == 12); in TestMacWakeupFrameGeneration()