---
title: isSSIDBroadcast
framework: wifiinfrastructure
role: symbol
role_heading: Instance Property
path: wifiinfrastructure/winetworksharingprovider/network/isssidbroadcast
---

# isSSIDBroadcast

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

## Declaration

```swift
let isSSIDBroadcast: Bool
```

## Discussion

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. note: Privacy features when connecting to wireless networks Recommended settings for Wi-Fi routers and access points

## See Also

### Getting the network SSID

- [ssid](wifiinfrastructure/winetworksharingprovider/network/ssid.md)
