Edit

Share via


EAP_AUTHENTICATOR_SEND_TIMEOUT enumeration (eapauthenticatortypes.h)

Indicates to the authenticator method the amount of time to wait for user input after the packet is sent. The timeout value can be set to none.

Syntax

typedef enum _EAP_AUTHENTICATOR_SEND_TIMEOUT {
  EAP_AUTHENTICATOR_SEND_TIMEOUT_NONE = 0,
  EAP_AUTHENTICATOR_SEND_TIMEOUT_BASIC,
  EAP_AUTHENTICATOR_SEND_TIMEOUT_INTERACTIVE
} EAP_AUTHENTICATOR_SEND_TIMEOUT;

Constants

 
EAP_AUTHENTICATOR_SEND_TIMEOUT_NONE
Value: 0
Sends the packet and never times out; the user can enter a response at any time.
EAP_AUTHENTICATOR_SEND_TIMEOUT_BASIC
Sends the packet and waits for a standard period of time for a response.
EAP_AUTHENTICATOR_SEND_TIMEOUT_INTERACTIVE
Sends the packet and waits for a response for a longer period of time to allow for an interactive session.

Requirements

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

See also

EAPHost Authenticator Method Enumerations