Dot11SecurityConfiguration
public struct Dot11SecurityConfiguration
This struct describes the model for the security (login) info for an 802.11 WiFi network.
-
This struct has the key and/or passphrase for a login. All properties are optional, and may be empty.
See moreDeclaration
Swift
public struct Dot11PSKSet
-
The network security mode.
See moreDeclaration
Swift
public enum Dot11SecurityMode : String
-
The encryption type.
See moreDeclaration
Swift
public enum Dot11Cipher : String
-
The security mode to be used.
Declaration
Swift
public var mode: RVS_ONVIF_Core.Dot11Configuration.Dot11SecurityConfiguration.Dot11SecurityMode
-
The algorithm. This is optional, and may be nil.
Declaration
Swift
public var algorithm: RVS_ONVIF_Core.Dot11Configuration.Dot11SecurityConfiguration.Dot11Cipher!
-
The PSK. This is optional, and may be nil.
Declaration
Swift
public var psk: RVS_ONVIF_Core.Dot11Configuration.Dot11SecurityConfiguration.Dot11PSKSet!
-
The Dot.1X reference token. This is optional, and may be nil.
Declaration
Swift
public var dot1XToken: String!
-
This is optional, and contains any extension info.
Declaration
Swift
public var dot11SecurityConfigurationExtension: Any!
-
Returns the parameters in a fashion suitable for sending to the device.
Declaration
Swift
public var asParameters: [String : Any]! { get }