<!--
{
  "availability" : [
    "iOS: 26.2.0 -",
    "iPadOS: 26.2.0 -",
    "macCatalyst: 26.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WiFiInfrastructure",
  "identifier" : "/documentation/WiFiInfrastructure/WINetworkSharingProvider/AccessoryScanResult",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Wi-Fi Infrastructure"
    ],
    "preciseIdentifier" : "s:18WiFiInfrastructure24WINetworkSharingProviderC19AccessoryScanResultV"
  },
  "title" : "WINetworkSharingProvider.AccessoryScanResult"
}
-->

# WINetworkSharingProvider.AccessoryScanResult

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

```
struct AccessoryScanResult
```

## 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

[`let ssid: WISSID?`](/documentation/WiFiInfrastructure/WINetworkSharingProvider/AccessoryScanResult/ssid)

The SSID of the network.

### Getting network performance indicators

[`let signalStrength: Double`](/documentation/WiFiInfrastructure/WINetworkSharingProvider/AccessoryScanResult/signalStrength)

The signal strength the accessory measured for the access point.

### Getting network connection state

[`let isConnected: Bool`](/documentation/WiFiInfrastructure/WINetworkSharingProvider/AccessoryScanResult/isConnected)

A Boolean value that indicates whether the accessory currently has a connection to this Wi-Fi access point.

### Initializers

[`init(ssid: WISSID?, signalStrength: Double, isConnected: Bool)`](/documentation/WiFiInfrastructure/WINetworkSharingProvider/AccessoryScanResult/init(ssid:signalStrength:isConnected:))

Creates an accessory scan result.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Encodable`](/documentation/Swift/Encodable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Decodable`](/documentation/Swift/Decodable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)