<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreWLAN",
  "identifier" : "/documentation/CoreWLAN/CWWiFiClient/stopMonitoringAllEvents()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Core WLAN"
    ],
    "preciseIdentifier" : "c:objc(cs)CWWiFiClient(im)stopMonitoringAllEventsAndReturnError:"
  },
  "title" : "stopMonitoringAllEvents()"
}
-->

# stopMonitoringAllEvents()

Unregister for all Wi-Fi event notifications.

```
func stopMonitoringAllEvents() throws
```

## Discussion

Use this method when you no longer want to receive any Wi-Fi notifications from the client.

> Note:
> In order to monitor Wi-Fi events, you must specify the `com.apple.wifi.events` entitlement for your app.

---

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)