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

# networks

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

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

## Discussion

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

---

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)