Contents

scanForNetworks(withSSID:includeHidden:)

Scans for networks with the SSID you specify, optionally including hidden networks.

Declaration

func scanForNetworks(withSSID ssid: Data?, includeHidden: Bool) throws -> Set<CWNetwork>

See Also

Instance Methods