Searched refs:kFcfSecurityEnabled (Results 1 – 6 of 6) sorted by relevance
287 static constexpr uint16_t kFcfSecurityEnabled = 1 << 3; member in ot::Mac::Frame420 bool GetSecurityEnabled(void) const { return (GetPsdu()[0] & kFcfSecurityEnabled) != 0; } in GetSecurityEnabled()
575 Mac::Frame::kFcfSecurityEnabled; in PrepareDataRequest()
68 if (aFcf & kFcfSecurityEnabled) in InitMacHeader()1244 fcf |= kFcfSecurityEnabled; in GenerateEnhAck()
264 Mac::Frame::kFcfPanidCompression | Mac::Frame::kFcfSecurityEnabled, in TestMacHeader()267 Mac::Frame::kFcfPanidCompression | Mac::Frame::kFcfSecurityEnabled, in TestMacHeader()
157 …f = Mac::Frame::kFcfFrameData | Mac::Frame::kFcfPanidCompression | Mac::Frame::kFcfSecurityEnabled; in PrepareEmptyFrame()614 fcf |= Mac::Frame::kFcfSecurityEnabled; in PrepareDataFrame()
344 … Mac::Frame::kFcfSrcAddrShort | Mac::Frame::kFcfAckRequest | Mac::Frame::kFcfSecurityEnabled; in SendMesh()