Home
last modified time | relevance | path

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

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