Dot11Configuration
public struct Dot11Configuration
This struct describes the model for a network interface 802.11 configuration extension record.
-
This struct describes the model for the security (login) info for an 802.11 WiFi network.
See moreDeclaration
Swift
public struct Dot11SecurityConfiguration -
The connection mode for this network.
See moreDeclaration
Swift
public enum Dot11StationMode : String -
The SSID of the network, as a String.
Declaration
Swift
public var ssid: String -
The mode of this WiFi connection.
Declaration
Swift
public var mode: RVS_ONVIF_Core.Dot11Configuration.Dot11StationMode -
An alias for this network.
Declaration
Swift
public var alias: String -
The priority for this network. Type is unknown.
Declaration
Swift
public var priority: Any! -
The security login info for this network.
Declaration
Swift
public var security: Dot11SecurityConfiguration -
Returns the parameters in a fashion suitable for sending to the device.
Declaration
Swift
public var asParameters: [String : Any]! { get }
View on GitHub
Dot11Configuration Structure Reference