<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreWLAN",
  "identifier" : "/documentation/CoreWLAN/CWInterface/supportedWLANChannels()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Core WLAN"
    ],
    "preciseIdentifier" : "c:objc(cs)CWInterface(im)supportedWLANChannels"
  },
  "title" : "supportedWLANChannels()"
}
-->

# supportedWLANChannels()

An array of channels supported by the interface for the active country code.

```
func supportedWLANChannels() -> Set<CWChannel>?
```

## Discussion

Dynamically queries the interface for the supported channels. Returns an array of CWChannel objects, or *nil<i/> in the case of an error.*

---

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)