---
title: WINetworkSharingProvider.AccessPointConnection
framework: wifiinfrastructure
role: symbol
role_heading: Structure
path: wifiinfrastructure/winetworksharingprovider/accesspointconnection
---

# WINetworkSharingProvider.AccessPointConnection

A Wi-Fi access point the host is currently connected to, which may be shared with a connected accessory.

## Declaration

```swift
struct AccessPointConnection
```

## Topics

### Structures

- [WINetworkSharingProvider.AccessPointConnection.ID](wifiinfrastructure/winetworksharingprovider/accesspointconnection/id-swift.struct.md)
- [WINetworkSharingProvider.AccessPointConnection.Link](wifiinfrastructure/winetworksharingprovider/accesspointconnection/link.md)

### Instance Properties

- [description](wifiinfrastructure/winetworksharingprovider/accesspointconnection/description.md)
- [id](wifiinfrastructure/winetworksharingprovider/accesspointconnection/id-swift.property.md)
- [links](wifiinfrastructure/winetworksharingprovider/accesspointconnection/links.md)
- [ssid](wifiinfrastructure/winetworksharingprovider/accesspointconnection/ssid.md)

## Relationships

### Conforms To

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

## See Also

### Getting information about access point connections

- [WINetworkSharingProvider.AccessPointConnectionEvent](wifiinfrastructure/winetworksharingprovider/accesspointconnectionevent.md)
- [accessPointConnectionEvents(matching:)](wifiinfrastructure/winetworksharingprovider/accesspointconnectionevents(matching:).md)
