---
title: "readAttributeSupportedWiFiBands(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusternetworkcommissioning/readattributesupportedwifibands(completion:)"
---

# readAttributeSupportedWiFiBands(completion:)

## Declaration

```swift
func readAttributeSupportedWiFiBands(completion: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributeSupportedWiFiBands() async throws -> [Any]
```
