Searched refs:mLinkSecurityEnabled (Results 1 – 7 of 7) sorted by relevance
48 , 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()
84 bool mLinkSecurityEnabled; member in ot::Cli::UdpExample
82 settings.mLinkSecurityEnabled = (data[0] & 0x1) != 0; in LLVMFuzzerTestOneInput()
84 bool mLinkSecurityEnabled; ///< TRUE if the message should be secured at Layer 2. member
385 bool IsLinkSecurityEnabled(void) const { return mLinkSecurityEnabled; } in IsLinkSecurityEnabled()
197 mLinkSecurityEnabled = aSecurityMode; in Settings()
1236 … settings.mLinkSecurityEnabled = (otThreadGetDeviceRole(aInstance) != OT_DEVICE_ROLE_DISABLED); in processTransmit()