<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreWLAN",
  "identifier" : "/documentation/CoreWLAN/CWInterfaceMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core WLAN"
    ],
    "preciseIdentifier" : "c:@E@CWInterfaceMode"
  },
  "title" : "CWInterfaceMode"
}
-->

# CWInterfaceMode

Wi-Fi interface operating modes.

```
enum CWInterfaceMode
```

## Topics

### Constants

[`kCWInterfaceModeNone`](/documentation/CoreWLAN/CWInterfaceMode/none)

Interface is not in any mode.

[`kCWInterfaceModeStation`](/documentation/CoreWLAN/CWInterfaceMode/station)

Interface is participating in an infrastructure network as a non-AP station.

[`kCWInterfaceModeIBSS`](/documentation/CoreWLAN/CWInterfaceMode/IBSS)

Interface is participating in an IBSS network.

[`kCWInterfaceModeHostAP`](/documentation/CoreWLAN/CWInterfaceMode/hostAP)

Interface is participating in an infrastructure network as an access point.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)