Condividi tramite


ONEX_STATUS struttura (dot1x.h)

La struttura ONEX_STATUS contiene lo stato di autenticazione 802.1X corrente.

Sintassi

typedef struct _ONEX_STATUS {
  ONEX_AUTH_STATUS authStatus;
  DWORD            dwReason;
  DWORD            dwError;
} ONEX_STATUS, *PONEX_STATUS;

Members

authStatus

Stato corrente del processo di autenticazione 802.1X. Qualsiasi errore che potrebbe verificarsi durante l'autenticazione è indicato di seguito dal valore dei membri dwReason e dwError della struttura ONEX_STATUS . Per altre informazioni, vedere l'enumerazione ONEX_AUTH_STATUS .

dwReason

Se si è verificato un errore durante l'autenticazione 802.1X, questo membro contiene il motivo dell'errore specificato come valore dall'enumerazione ONEX_REASON_CODE . Questo membro viene normalmente ONEX_REASON_CODE_SUCCESS quando l'autenticazione 802.1X ha esito positivo e non si verifica alcun errore.

dwError

Se si è verificato un errore durante l'autenticazione 802.1X, questo membro contiene l'errore. Questo membro è normalmente NO_ERROR, tranne quando si verifica un errore EAPHost.

Commenti

La struttura ONEX_STATUS viene usata dal modulo 802.1X, un nuovo componente di configurazione wireless supportato in Windows Vista e versioni successive.

La ONEX_RESULT_UPDATE_DATA contiene informazioni su una modifica dello stato all'autenticazione 802.1X. La struttura ONEX_RESULT_UPDATE_DATA viene restituita quando il membro NotificationSource della struttura WLAN_NOTIFICATION_DATA è WLAN_NOTIFICATION_SOURCE_ONEX e il membro NotificationCodedella struttura WLAN_NOTIFICATION_DATA per la notifica ricevuta è OneXNotificationTypeResultUpdate. Per questa notifica, il membro pData della struttura WLAN_NOTIFICATION_DATA punta a una struttura ONEX_RESULT_UPDATE_DATA che contiene informazioni sulla modifica dello stato di autenticazione 802.1X.

Il membro oneXStatus della struttura ONEX_RESULT_UPDATE_DATA contiene una struttura ONEX_STATUS .

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione dot1x.h

Vedi anche

Informazioni sull'architettura di ACM

ONEX_NOTIFICATION_TYPE

ONEX_REASON_CODE

ONEX_RESULT_UPDATE_DATA

WLAN_NOTIFICATION_DATA

WlanRegisterNotification