Dot11PSKSet
public struct Dot11PSKSet
This struct has the key and/or passphrase for a login. All properties are optional, and may be empty.
-
The key (256 bits, presented as 64 hex octets).
Declaration
Swift
public var key: String -
The passphrase (a String).
Declaration
Swift
public var passphrase: String -
This is optional, and contains any extension info.
Declaration
Swift
public var dot11PSKSetExtension: Any! -
Returns the parameters in a fashion suitable for sending to the device.
Declaration
Swift
public var asParameters: [String : Any]! { get }
View on GitHub
Dot11PSKSet Structure Reference