WCN_VALUE_TYPE_CONNECTION_TYPE enumeration (wcntypes.h)

The WCN_VALUE_TYPE_CONNECTION_TYPE enumeration defines the connection capabilities of the Enrollee.

Syntax

typedef enum tagWCN_VALUE_TYPE_CONNECTION_TYPE {
  WCN_VALUE_CT_ESS = 1,
  WCN_VALUE_CT_IBSS = 2
} WCN_VALUE_TYPE_CONNECTION_TYPE;

Constants

 
WCN_VALUE_CT_ESS
Value: 1
Specifies an ESS (infrastructure network) connection.
WCN_VALUE_CT_IBSS
Value: 2
Specifies an IBSS (ad-hoc network) connection.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wcntypes.h

See also

WCN_ATTRIBUTE_TYPE