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

# CWMutableNetworkProfile

Encapsulates a mutable network profile entry.

```
class CWMutableNetworkProfile
```

## Overview

Use this class to change profile properties. To commit Wi-Fi network profile changes, use [`networkProfiles`](/documentation/CoreWLAN/CWMutableConfiguration/networkProfiles) and [`commitConfiguration(_:authorization:)`](/documentation/CoreWLAN/CWInterface/commitConfiguration(_:authorization:)).

## Topics

### Configuring Network Profiles

[`ssidData`](/documentation/CoreWLAN/CWMutableNetworkProfile/ssidData)

The service set identifier (SSID).

[`security`](/documentation/CoreWLAN/CWMutableNetworkProfile/security)

The security type.

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

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

### Inherits From

[`CWNetworkProfile`](/documentation/CoreWLAN/CWNetworkProfile)

---

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)