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()
87 bool mLinkSecurityEnabled; member in ot::Cli::UdpExample
82 settings.mLinkSecurityEnabled = (data[0] & 0x1) != 0; in LLVMFuzzerTestOneInput()
89 bool mLinkSecurityEnabled; ///< TRUE if the message should be secured at Layer 2. member
407 bool IsLinkSecurityEnabled(void) const { return mLinkSecurityEnabled; } in IsLinkSecurityEnabled()
207 mLinkSecurityEnabled = aSecurityMode; in Settings()
1226 … settings.mLinkSecurityEnabled = (otThreadGetDeviceRole(aInstance) != OT_DEVICE_ROLE_DISABLED); in processTransmit()