Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_handler.cpp244 SuccessOrAssert(aFrame.GetKeyId(keyId)); in HandleSentFrame()
Dmac.cpp1599 IgnoreError(aFrame.GetKeyId(keyid)); in ProcessReceiveSecurity()
1660 IgnoreError(aFrame.GetKeyId(keyid)); in ProcessReceiveSecurity()
1747 IgnoreError(aTxFrame.GetKeyId(txKeyId)); in ProcessEnhAckSecurity()
1748 IgnoreError(aAckFrame.GetKeyId(ackKeyId)); in ProcessEnhAckSecurity()
Dmac_frame.cpp794 Error Frame::GetKeyId(uint8_t &aKeyId) const in GetKeyId() function in ot::Mac::Frame
1455 SuccessOrExit(error = aRxFrame.GetKeyId(keyId)); in GenerateEnhAck()
Dsub_mac.cpp658 VerifyOrExit(aFrame.GetKeyId(keyId) == kErrorNone, OT_ASSERT(allowError)); in SignalFrameCounterUsedOnTxDone()
Dmac_frame.hpp466 Error GetKeyId(uint8_t &aKeyId) const;
/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.cpp299 IgnoreError(aFrame.GetKeyId(keyId)); in HandleSentFrame()
Dmle.hpp1197 uint32_t GetKeyId(void) const { return BigEndian::HostSwap32(mKeySource); } in GetKeyId() function in ot::Mle::Mle::SecurityHeader
Dmle.cpp2310 keySequence = aHeader.GetKeyId(); in ProcessMessageSecurity()
2403 keySequence = header.GetKeyId(); in HandleUdpReceive()
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp241 IgnoreError(static_cast<const Mac::Frame *>(aFrame)->GetKeyId(keyId)); in otMacFrameGetKeyId()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp199 SuccessOrExit(static_cast<Mac::TxFrame *>(aFrame)->GetKeyId(keyId)); in LinkRawTransmitDone()