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

# stopMonitoringEvent(with:)

Unregister for specific Wi-Fi event notifications.

```
func stopMonitoringEvent(with type: CWEventType) throws
```

## Parameters

`type`

The type of event notifications to unregister for. See [`CWEventType`](/documentation/CoreWLAN/CWEventType) for a list of possible values.

## Discussion

Use this method to indicate that the client should no longer send notifications for the given event type.

> 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)