---
title: shouldScanNetworks
framework: mattersupport
role: symbol
role_heading: Instance Property
path: mattersupport/matteradddevicerequest/shouldscannetworks
---

# shouldScanNetworks

A flag that indicates whether to receive network scan results.

## Declaration

```swift
var shouldScanNetworks: Bool
```

## Discussion

Discussion The app receives the network scan results, or an empty list if no scan occurred. Even if the property is set to true, the scan may not occur if the accessory doesn’t support scanning.

## See Also

### Performing the request

- [perform()](mattersupport/matteradddevicerequest/perform().md)
