Home
last modified time | relevance | path

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

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