WiFi Framework C++ Edition
Public Attributes | List of all members
wclWiFiAcmConnectionEventData Struct Reference

The record contains information about connection related events. More...

#include <wclWiFi.h>

Public Attributes

wclWiFiConnectionMode ConnectionMode
 The mode of the connection.
 
tstring ProfileName
 The name of the profile used for the connection. Profile names are case-sensitive.
 
tstring Ssid
 The SSID of the association.
 
wclWiFiBssType BssType
 The BSS network type.
 
bool SecurityEnabled
 Indicates whether security is enabled for this connection. If True, security is enabled.
 
int Reason
 The reason for an operation failure. This field has a value of wclCommon::WCL_E_SUCCESS for all connection-related events except OnAcmConnectionComplete. If the connection fails, this field indicates the reason for the failure.
 
wclWiFiConnectionFlags Flags
 A set of flags that provide additional information for the network connection.
 
tstring ProfileXml
 The XML presentation of the profile used for discovery, if the connection succeeds.
 

Detailed Description

The record contains information about connection related events.