Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_frame.hpp249 bool GetSecurityEnabled(void) const { return IsSecurityEnabled(GetFrameControlField()); } in GetSecurityEnabled()
906 …static bool IsSecurityEnabled(uint16_t aFcf) { return MaskFcf<kFcfSecurityEnabled, kMpFcfSecurityE… in IsSecurityEnabled() function in ot::Mac::Frame