Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_mac_frame.cpp218 static constexpr Mac::Frame::KeyIdMode kModeId2 = Mac::Frame::kKeyIdMode2; in TestMacHeader()
815 …Mac::Frame::kKeyIdMode2 | Mac::Frame::kSecurityEncMic32, 0xfc, 0xfc, 0xfc, 0xfc, 0x00, 0x00, 0x00,… in TestMacWakeupFrameGeneration()
894 …Mac::Frame::kKeyIdMode2 | Mac::Frame::kSecurityEncMic32, 0xFC, 0xFC, 0xFC, 0xFC, 0x00, 0x00, 0x00,… in TestMacWakeupFrameDetectionNegative()
913 …Mac::Frame::kKeyIdMode2 | Mac::Frame::kSecurityEncMic32, 0xFC, 0xFC, 0xFC, 0xFC, 0x00, 0x00, 0x00,… in TestMacWakeupFrameDetectionNegative()
932 …Mac::Frame::kKeyIdMode2 | Mac::Frame::kSecurityEncMic32, 0xFC, 0xFC, 0xFC, 0xFC, 0x00, 0x00, 0x00,… in TestMacWakeupFrameDetectionNegative()
949 …Mac::Frame::kKeyIdMode2 | Mac::Frame::kSecurityEncMic32, 0xFC, 0xFC, 0xFC, 0xFC, 0x00, 0x00, 0x00,… in TestMacWakeupFrameDetectionNegative()
/openthread-latest/src/core/mac/
Dsub_mac.cpp380 VerifyOrExit(keyIdMode == Frame::kKeyIdMode2); in ProcessTransmitSecurity()
931 case Frame::kKeyIdMode2: in SetMacKey()
Dmac_frame.cpp302 VerifyOrExit(keyIdMode == kKeyIdMode2); in IsWakeupFrame()
770 case kKeyIdMode2: in CalculateKeySourceSize()
1494 secCtl = kKeyIdMode2 | kSecurityEncMic32; in GenerateWakeupFrame()
Dmac_frame.hpp114kKeyIdMode2 = 2 << 3, ///< Key ID Mode 2 - Key is determined from 4-bytes Key Source and Index fie… enumerator
Dmac.cpp925 case Frame::kKeyIdMode2: in ProcessTransmitSecurity()
1652 case Frame::kKeyIdMode2: in ProcessReceiveSecurity()
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp234 return (error == OT_ERROR_NONE) ? (keyIdMode == Mac::Frame::kKeyIdMode2) : false; in otMacFrameIsKeyIdMode2()
/openthread-latest/src/core/radio/
Dtrel_link.cpp176 isDiscovery = (keyIdMode == Mac::Frame::kKeyIdMode2); in BeginTransmit()
/openthread-latest/src/core/thread/
Dmle.hpp1206 …static_cast<uint8_t>(Mac::Frame::kKeyIdMode2) | static_cast<uint8_t>(Mac::Frame::kSecurityEncMic32…
Dmesh_forwarder.cpp918 frameInfo.mKeyIdMode = Mac::Frame::kKeyIdMode2; in PrepareDataFrame()