Home
last modified time | relevance | path

Searched defs:IsLinkSecurityEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dmesh_forwarder.hpp117 bool IsLinkSecurityEnabled(void) const { return mLinkSecurity; } in IsLinkSecurityEnabled() function in ot::ThreadLinkInfo
435 …bool IsLinkSecurityEnabled(void) const { return mLinkInfo.IsLinkSecurityEnabled(); } in IsLinkSecurityEnabled() function
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.hpp408 bool IsLinkSecurityEnabled(void) const { return mLinkSecurityEnabled; } in IsLinkSecurityEnabled() function in ot::Message::Settings
1312 bool IsLinkSecurityEnabled(void) const { return GetMetadata().mLinkSecurity; } in IsLinkSecurityEnabled() function in ot::Message