Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/mac/
Dmac_links.cpp225 ExitNow(key = &Get<SubMac>().GetPreviousMacKey()); in GetTemporaryMacKey()
Dsub_mac.hpp511 const Key &GetPreviousMacKey(void) const { return mPrevKey; } in GetPreviousMacKey() function in ot::Mac::SubMac
Dmac.cpp1813 macKey = &mLinks.GetSubMac().GetPreviousMacKey(); in ProcessEnhAckSecurity()