Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp112 bool IsLinkSecurityEnabled(void) const { return mLinkSecurity; } in IsLinkSecurityEnabled() function in ot::ThreadLinkInfo
394 …bool IsLinkSecurityEnabled(void) const { return mLinkInfo.IsLinkSecurityEnabled(); } in IsLinkSecurityEnabled() function
/openthread-latest/src/core/common/
Dmessage.hpp385 bool IsLinkSecurityEnabled(void) const { return mLinkSecurityEnabled; } in IsLinkSecurityEnabled() function in ot::Message::Settings
1287 bool IsLinkSecurityEnabled(void) const { return GetMetadata().mLinkSecurity; } in IsLinkSecurityEnabled() function in ot::Message