---
title: accessPointConnections
framework: wifiinfrastructure
role: symbol
role_heading: Instance Property
path: wifiinfrastructure/winetworksharingprovider/accesspointconnectionevent/accesspointconnections
---

# accessPointConnections

A list of access points to which the host connects for networks someone authorized to share to the device.

## Declaration

```swift
let accessPointConnections: [WINetworkSharingProvider.AccessPointConnection]
```

## Discussion

Discussion The Wi-Fi Infrastructure framework filters this list to access points matching the predicate you provide when getting the accessPointConnectionEvents(matching:) sequence.
