WCN_VALUE_TYPE_ASSOCIATION_STATE enumeration (wcntypes.h)
The WCN_VALUE_TYPE_ASSOCIATION_STATE enumeration defines the possible association states of a wireless station during a Discovery request.
Syntax
typedef enum tagWCN_VALUE_TYPE_ASSOCIATION_STATE {
WCN_VALUE_AS_NOT_ASSOCIATED = 0,
WCN_VALUE_AS_CONNECTION_SUCCESS = 1,
WCN_VALUE_AS_CONFIGURATION_FAILURE = 2,
WCN_VALUE_AS_ASSOCIATION_FAILURE = 3,
WCN_VALUE_AS_IP_FAILURE = 4
} WCN_VALUE_TYPE_ASSOCIATION_STATE;
Constants
WCN_VALUE_AS_NOT_ASSOCIATEDValue: 0 The wireless station is not associated. |
WCN_VALUE_AS_CONNECTION_SUCCESSValue: 1 The connection was successfully established. |
WCN_VALUE_AS_CONFIGURATION_FAILUREValue: 2 The wireless station is not properly configured. |
WCN_VALUE_AS_ASSOCIATION_FAILUREValue: 3 Association has failed. |
WCN_VALUE_AS_IP_FAILUREValue: 4 The specified IP address could not be connected to, and may be invalid. |
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wcntypes.h |