Contents

bssidDidChangeForWiFiInterface(withName:)

Tells the delegate that the current BSSID has changed.

Declaration

optional func bssidDidChangeForWiFiInterface(withName interfaceName: String)

Parameters

  • interfaceName:

    The name of the Wi-Fi interface on which the BSSID changed.

Discussion

Register for BSSID change notifications by sending the startMonitoringEvent(with:) message to a Wi-Fi client object with the CWEventType.bssidDidChange event type.

Use the Wi-Fi interface’s bssid() method to query the current BSSID.

See Also

Instance Methods