EapHostPeerResponseAction (Compact 7)
3/12/2014
Defines the set of actions an EAP authenticator or peer method can indicate to a supplicant during authentication.
Syntax
typedef enum {
EapHostPeerResponseDiscard = 0,
EapHostPeerResponseSend = 1,
EapHostPeerResponseResult = 2,
EapHostPeerResponseInvokeUI = 3,
EapHostPeerResponseRespond = 4,
EapHostPeerResponseStartAuthentication = 5,
EapHostPeerResponseNone = 6
} EapHostPeerResponseAction;
Constants
- EapHostPeerResponseDiscard
The supplicant should discard the request as it is not usable by EAP.
- EapHostPeerResponseSend
The supplicant should send the indicated packet to the authenticator.
- EapHostPeerResponseResult
The supplicant should act on EAP attributes returned by the EAP authenticator.
- EapHostPeerResponseInvokeUI
The supplicant should start a user interface dialog on the client.
- EapHostPeerResponseRespond
The supplicant should generate a context-specific response to the EAP authenticator request.
- EapHostPeerResponseStartAuthentication
The EAPHost has started authentication.
- EapHostPeerResponseNone
The supplicant should generate no response to the EAP authenticator request.