init(ssid:passphrase:isWEP:)
Creates a new hotspot configuration, identified by an SSID, for a protected WEP or WPA/WPA2 personal Wi-Fi network.
Declaration
init(ssid SSID: String, passphrase: String, isWEP: Bool)Parameters
- SSID:
The SSID of the WEP or WPA/WPA2 personal Wi-Fi Network. See Ssid.
- passphrase:
The network’s passphrase credential: for WPA or WPA2 personal networks, 8-63 characters; for static 64-bit WEP, 10 hexadecimal digits; for static 128-bit WEP, 26 hexadecimal digits.
- isWEP:
If
true, the network is WEP Wi-Fi; otherwise it is a WPA or WPA2 personal Wi-Fi network.