Home
last modified time | relevance | path

Searched refs:SecurityProtocol (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DDA16200.cs267 …private Response WfjapWrite(string ssid, SecurityProtocol securityProtocol, int keyIndex, string p… in WfjapWrite()
585 private enum SecurityProtocol enum in Antmicro.Renode.Peripherals.Network.DA16200
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/Commands/
DSCSICommands.cs291 public byte SecurityProtocol; field
307 public byte SecurityProtocol; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DCachingFileFetcher.cs547 … ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; in CachingFileFetcher()