CWModeDidChangeNotification

Static CWModeDidChangeNotification 

Source
pub unsafe static CWModeDidChangeNotification: &'static NSString
👎Deprecated: Use -[CWWiFiClient startMonitoringEventWithType:error:] with the CWEventTypeModeDidChange event type
Available on crate feature CoreWLANConstants only.
Expand description

Posted when the operating mode of the Wi-Fi interface changes.

The object for this notification is the corresponding Wi-Fi interface name. This notification does not contain a userInfo dictionary.

See also Apple’s documentation