<!--
{
  "availability" : [
    "iOS: 4.0.0 - 9.0.0",
    "iPadOS: 4.0.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.8.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SystemConfiguration",
  "identifier" : "/documentation/SystemConfiguration/CNSetSupportedSSIDs",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "System Configuration"
    ],
    "preciseIdentifier" : "c:@F@CNSetSupportedSSIDs"
  },
  "title" : "CNSetSupportedSSIDs"
}
-->

# CNSetSupportedSSIDs

Specifies an updated list of captive network SSIDs that the application performs authentication on.

```
Boolean CNSetSupportedSSIDs(CFArrayRef ssidArray);
```

## Parameters

`ssidArray`

An array of `CFString` objects representing the SSIDs the application supports.

## Return Value

`TRUE` if the list is successfully updated; otherwise, `FALSE`.

## Discussion

The list is maintained for as long as the application is installed.

Providing a new list replaces any earlier list the application has provided.

---

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)