Dot11Cipher
public enum Dot11Cipher : String
The encryption type.
-
Counter Mode Cipher Block Chaining Message Authentication
Declaration
Swift
case ccmp = "CCMP" -
Temporal Key Integrity Protocol
Declaration
Swift
case tkip = "TKIP" -
Any (Undefined) Protocol
Declaration
Swift
case any = "Any" -
Extra Extension
Declaration
Swift
case extended = "Extended"
View on GitHub
Dot11Cipher Enumeration Reference