---
title: CWNetworkProfile
framework: corewlan
role: symbol
role_heading: Class
path: corewlan/cwnetworkprofile
---

# CWNetworkProfile

Encapsulates an immutable network profile entry.

## Declaration

```swift
class CWNetworkProfile
```

## Topics

### Getting a network profile

- [init()](corewlan/cwnetworkprofile/init().md)
- [init(networkProfile:)](corewlan/cwnetworkprofile/init(networkprofile:).md)

### Comparing network profiles

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

### Instance Properties

- [security](corewlan/cwnetworkprofile/security.md)
- [ssid](corewlan/cwnetworkprofile/ssid.md)
- [ssidData](corewlan/cwnetworkprofile/ssiddata.md)

### Initializers

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

## Relationships

### Inherits From

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

### Inherited By

- [CWMutableNetworkProfile](corewlan/cwmutablenetworkprofile.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)
- [NSMutableCopying](foundation/nsmutablecopying.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)
- [CWNetwork](corewlan/cwnetwork.md)
- [CWWiFiClient](corewlan/cwwificlient.md)
