Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_links.cpp225 ExitNow(key = &Get<SubMac>().GetNextMacKey()); in GetTemporaryMacKey()
Dsub_mac.hpp448 const KeyMaterial &GetNextMacKey(void) const { return mNextKey; } in GetNextMacKey() function in ot::Mac::SubMac
Dmac.cpp1791 macKey = &mLinks.GetSubMac().GetNextMacKey(); in ProcessEnhAckSecurity()