---
title: WINetworkSharingProvider.AccessoryScanResult
framework: wifiinfrastructure
role: symbol
role_heading: Structure
path: wifiinfrastructure/winetworksharingprovider/accessoryscanresult
---

# WINetworkSharingProvider.AccessoryScanResult

An access point that the accessory was able to discover in its Wi-Fi scans.

## Declaration

```swift
struct AccessoryScanResult
```

## Overview

Overview An AccessoryScanResult represents a single Wi-Fi access point your accessory detected during network scanning. Include signal strength information to help people select networks with good connectivity from your accessory’s location. Provide signal strength as a normalized value between 0.0 (weakest) and 1.0 (strongest) to give people a consistent way to compare network quality across different accessory types.

## Topics

### Getting network definitions

- [ssid](wifiinfrastructure/winetworksharingprovider/accessoryscanresult/ssid.md)

### Getting network performance indicators

- [signalStrength](wifiinfrastructure/winetworksharingprovider/accessoryscanresult/signalstrength.md)

### Getting network connection state

- [isConnected](wifiinfrastructure/winetworksharingprovider/accessoryscanresult/isconnected.md)

### Initializers

- [init(ssid:signalStrength:isConnected:)](wifiinfrastructure/winetworksharingprovider/accessoryscanresult/init(ssid:signalstrength:isconnected:).md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Displaying network selection

- [presentAskToShareUI(scanProvider:)](wifiinfrastructure/winetworksharingprovider/presentasktoshareui(scanprovider:).md)
- [WINetworkSharingProvider.AccessoryScanRequest](wifiinfrastructure/winetworksharingprovider/accessoryscanrequest.md)
- [WINetworkSharingProvider.AccessoryScanResponse](wifiinfrastructure/winetworksharingprovider/accessoryscanresponse.md)
