---
title: networks
framework: wifiinfrastructure
role: symbol
role_heading: Instance Property
path: wifiinfrastructure/winetworksharingprovider/networkevent/networks
---

# networks

The latest network data, containing a list of all networks shared to the device.

## Declaration

```swift
let networks: [WINetworkSharingProvider.Network]
```

## Discussion

Discussion The list will be filtered to networks matching the provided predicate, with a predicate was provided when getting the WINetworkSharingProvider/networkListUpdates(matching:) sequence.

## See Also

### Getting network data

- [networksUpdateCounter](wifiinfrastructure/winetworksharingprovider/networkevent/networksupdatecounter.md)
