Home
last modified time | relevance | path

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

/openthread-latest/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.hpp84 bool mLinkSecurityEnabled; member in ot::Cli::UdpExample
/openthread-latest/tests/fuzz/
Dip6_send.cpp82 settings.mLinkSecurityEnabled = (data[0] & 0x1) != 0; in LLVMFuzzerTestOneInput()
/openthread-latest/include/openthread/
Dmessage.h84 bool mLinkSecurityEnabled; ///< TRUE if the message should be secured at Layer 2. member
/openthread-latest/src/core/common/
Dmessage.hpp385 bool IsLinkSecurityEnabled(void) const { return mLinkSecurityEnabled; } in IsLinkSecurityEnabled()
Dmessage.cpp197 mLinkSecurityEnabled = aSecurityMode; in Settings()
/openthread-latest/src/posix/platform/
Dnetif.cpp1236 … settings.mLinkSecurityEnabled = (otThreadGetDeviceRole(aInstance) != OT_DEVICE_ROLE_DISABLED); in processTransmit()