WiFi Framework C++ Edition

◆ DoAcmConnectionAttemptFail()

virtual void DoAcmConnectionAttemptFail ( const GUID &  IfaceId,
const wclWiFiAcmConnectionEventData Data 
)
protectedvirtual

Fires the OnAcmConnectionAttemptFail event.

Parameters
IfaceIdThe interface's ID on which the event is for.
DataContains information about connection related event.

A connection consists of one or more connection attempts. An application may receive zero or more OnAcmConnectionAttemptFail events between receiving the OnAcmConnectionStart event and the OnAcmConnectionComplete event.

See also
wclWiFiAcmConnectionEventData