Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.cpp1726 uint8_t txKeyId; in ProcessEnhAckSecurity() local
1747 IgnoreError(aTxFrame.GetKeyId(txKeyId)); in ProcessEnhAckSecurity()
1750 VerifyOrExit(txKeyId == ackKeyId); in ProcessEnhAckSecurity()