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

# interfaces()

Returns all available Wi-Fi interfaces.

```
func interfaces() -> [CWInterface]?
```

## Return Value

An array of [`CWInterface`](/documentation/CoreWLAN/CWInterface) objects, representing all of the available Wi-Fi interfaces in the system.

---

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)