Contents

init(ssidPrefix:)

Creates a new hotspot configuration, identified by an SSID prefix string, for an open Wi-Fi network.

Declaration

init(ssidPrefix SSIDPrefix: String)

Parameters

  • SSIDPrefix:

    A prefix string to match the SSID of an open Wi-Fi Network. This value must be between 3 and 32 characters.

Discussion

Use this initializer when you want to match a known SSID prefix, but don’t have a full SSID. If the system finds multiple Wi-Fi networks whose SSID string matches the given prefix, it selects the network with the greatest signal strength.

See Also

Initializing a configuration