<!--
{
  "availability" : [
    "iOS: 26.2.0 -",
    "iPadOS: 26.2.0 -",
    "macCatalyst: 26.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WiFiInfrastructure",
  "identifier" : "/documentation/WiFiInfrastructure/WINetworkSharingProvider/Network/isSSIDBroadcast",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Wi-Fi Infrastructure"
    ],
    "preciseIdentifier" : "s:18WiFiInfrastructure24WINetworkSharingProviderC7NetworkV15isSSIDBroadcastSbvp"
  },
  "title" : "isSSIDBroadcast"
}
-->

# isSSIDBroadcast

A Boolean value indicating whether the access point broadcasts the SSID.

```
let isSSIDBroadcast: Bool
```

## Discussion

Networks that don’t broadcast their SSID need directed scanning with the specific SSID information
to be discoverable by your accessory.

> Warning: Active Wi-Fi scanning reduces privacy for people using your accessory because probe
> requests are visible to all nearby Wi-Fi devices. These scans can reveal your accessory’s location,
> and scanning for specific SSIDs exposes networks your accessory used previously, indicating past
> locations. Implement MAC address randomization in probe request frames and minimize active scans
> when possible.

> SeeAlso:
> 
> - [Privacy features when connecting to wireless networks](https://support.apple.com/guide/security/privacy-features-connecting-wireless-networks-secb9cb3140c/web)
> - [Recommended settings for Wi-Fi routers and access points](https://support.apple.com/en-us/102766)

---

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)