---
title: CWChannel
framework: corewlan
role: symbol
role_heading: Class
path: corewlan/cwchannel
---

# CWChannel

Encapsulates an IEEE 802.11 channel.

## Declaration

```swift
class CWChannel
```

## Topics

### Comparing channels

- [isEqual(to:)](corewlan/cwchannel/isequal(to:).md)

### Instance Properties

- [channelBand](corewlan/cwchannel/channelband.md)
- [channelNumber](corewlan/cwchannel/channelnumber.md)
- [channelWidth](corewlan/cwchannel/channelwidth.md)

### Initializers

- [init(coder:)](corewlan/cwchannel/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Classes

- [CWConfiguration](corewlan/cwconfiguration.md)
- [CWInterface](corewlan/cwinterface.md)
- [CWMutableConfiguration](corewlan/cwmutableconfiguration.md)
- [CWMutableNetworkProfile](corewlan/cwmutablenetworkprofile.md)
- [CWNetwork](corewlan/cwnetwork.md)
- [CWNetworkProfile](corewlan/cwnetworkprofile.md)
- [CWWiFiClient](corewlan/cwwificlient.md)
