Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dmle.hpp1198 bool IsSecurityControlValid(void) const { return (mSecurityControl == kKeyIdMode2Mic32); } in IsSecurityControlValid() function in ot::Mle::Mle::SecurityHeader
Dmle.cpp2408 VerifyOrExit(header.IsSecurityControlValid(), error = kErrorParse); in HandleUdpReceive()