Home
last modified time | relevance | path

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

/openthread-3.7.0/src/cli/
Dcli_udp.cpp48 , mLinkSecurityEnabled(true) in UdpExample()
257 otMessageSettings messageSettings = {mLinkSecurityEnabled, OT_MESSAGE_PRIORITY_NORMAL}; in Process()
347 OutputEnabledDisabledStatus(mLinkSecurityEnabled); in Process()
364 error = ParseEnableOrDisable(aArgs[0], mLinkSecurityEnabled); in Process()
Dcli_udp.hpp87 bool mLinkSecurityEnabled; member in ot::Cli::UdpExample
/openthread-3.7.0/tests/fuzz/
Dip6_send.cpp82 settings.mLinkSecurityEnabled = (data[0] & 0x1) != 0; in LLVMFuzzerTestOneInput()
/openthread-3.7.0/include/openthread/
Dmessage.h89 bool mLinkSecurityEnabled; ///< TRUE if the message should be secured at Layer 2. member
/openthread-3.7.0/src/core/common/
Dmessage.hpp407 bool IsLinkSecurityEnabled(void) const { return mLinkSecurityEnabled; } in IsLinkSecurityEnabled()
Dmessage.cpp207 mLinkSecurityEnabled = aSecurityMode; in Settings()
/openthread-3.7.0/src/posix/platform/
Dnetif.cpp1226 … settings.mLinkSecurityEnabled = (otThreadGetDeviceRole(aInstance) != OT_DEVICE_ROLE_DISABLED); in processTransmit()