---
title: evaluatedSSIDs
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nehotspotmanager/evaluatedssids
---

# evaluatedSSIDs

An array of pre-evaluated Wi-Fi SSID strings.

## Declaration

```swift
final var evaluatedSSIDs: [String] { get set }
```

## Discussion

Discussion The system doesn’t call NEHotspotEvaluationProvider to evaluate any Wi-Fi network whose SSID is found in this array. note: You can specify a maximum of two SSIDs for this property.
