Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the set of actions an EAP authenticator or peer method can indicate to a supplicant during authentication.
Syntax
typedef enum tagEapHostPeerResponseAction {
EapHostPeerResponseDiscard = 0,
EapHostPeerResponseSend,
EapHostPeerResponseResult,
EapHostPeerResponseInvokeUi,
EapHostPeerResponseRespond,
EapHostPeerResponseStartAuthentication,
EapHostPeerResponseNone
} EapHostPeerResponseAction;
Constants
EapHostPeerResponseDiscardValue: 0 The supplicant should discard the request as it is not usable by EAP. |
EapHostPeerResponseSendThe supplicant should send the indicated packet to the authenticator. |
EapHostPeerResponseResultThe supplicant should act on EAP attributes returned by the EAP authenticator. |
EapHostPeerResponseInvokeUiThe supplicant should invoke a user interface dialog on the client. |
EapHostPeerResponseRespondThe supplicant should generate a context-specific response to the EAP authenticator request. |
EapHostPeerResponseStartAuthenticationThe EAPHost has started authentication. |
EapHostPeerResponseNoneThe supplicant should generate no response to the EAP authenticator request. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | eaphostpeertypes.h |