Contents

WINetworkSharingProvider.AccessoryScanRequest

A request for the accessory to scan for available Wi-Fi networks.

Declaration

struct AccessoryScanRequest

Overview

An AccessoryScanRequest represents a system request for your accessory to perform a Wi-Fi scan and report discovered networks.

When you provide a scan closure to presentAskToShareUI(scanProvider:), the system calls your closure with scan request instances. Your accessory should perform a Wi-Fi scan and return the results in an WINetworkSharingProvider.AccessoryScanResponse.

Topics

Identifying a scan request

See Also

Displaying network selection