---
title: CWNetwork
framework: corewlan
role: symbol
role_heading: Class
path: corewlan/cwnetwork
---

# CWNetwork

Encapsulates an IEEE 802.11 network, providing read-only accessors to various properties of the network.

## Declaration

```swift
class CWNetwork
```

## Topics

### Getting supported security types

- [supportsSecurity(_:)](corewlan/cwnetwork/supportssecurity(_:).md)

### Getting supported PHY modes

- [supportsPHYMode(_:)](corewlan/cwnetwork/supportsphymode(_:).md)

### Comparing wireless networks

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

### Instance Properties

- [beaconInterval](corewlan/cwnetwork/beaconinterval.md)
- [bssid](corewlan/cwnetwork/bssid.md)
- [countryCode](corewlan/cwnetwork/countrycode.md)
- [ibss](corewlan/cwnetwork/ibss.md)
- [informationElementData](corewlan/cwnetwork/informationelementdata.md)
- [noiseMeasurement](corewlan/cwnetwork/noisemeasurement.md)
- [rssiValue](corewlan/cwnetwork/rssivalue.md)
- [ssid](corewlan/cwnetwork/ssid.md)
- [ssidData](corewlan/cwnetwork/ssiddata.md)
- [wlanChannel](corewlan/cwnetwork/wlanchannel.md)

### Initializers

- [init(coder:)](corewlan/cwnetwork/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

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