Home
last modified time | relevance | path

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

/openthread-3.7.0/tests/unit/
Dtest_tcat.cpp115 const uint8_t expectedTcatAuthField[5] = {0x20, 0x01, 0x01, 0x01, 0x01}; in TestTcat() local
173 …static_assert(5 == sizeof(expectedTcatAuthField), "expectedTcatAuthField size incorrect for test"); in TestTcat()
177 …VerifyOrQuit(attributeLen == 5 && memcmp(&expectedTcatAuthField, &attributeBuffer, attributeLen) =… in TestTcat()