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

# CWChannel

Encapsulates an IEEE 802.11 channel.

```
class CWChannel
```

## Topics

### Comparing channels

[`-  isEqualToChannel:`](/documentation/CoreWLAN/CWChannel/isEqual(to:))

Determine CWChannel object equality.

### Instance Properties

[`channelBand`](/documentation/CoreWLAN/CWChannel/channelBand)

The channel band.

[`channelNumber`](/documentation/CoreWLAN/CWChannel/channelNumber)

The channel number.

[`channelWidth`](/documentation/CoreWLAN/CWChannel/channelWidth)

The channel width.

## Relationships

### Conforms To

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

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

[`NSCoding`](/documentation/Foundation/NSCoding)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

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

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

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)