EAP_INTERACTIVE_UI_DATA (Compact 2013)
3/26/2014
This structure contains configuration information for interactive UI components raised on an EAP supplicant.
Syntax
typedef struct _EAP_INTERACTIVE_UI_DATA {
DWORD dwVersion;
DWORD dwSize;
EAP_INTERACTIVE_UI_DATA_TYPE dwDataType;
DWORD cbUiData;
EAP_UI_DATA_FORMAT pbUiData;
} EAP_INTERACTIVE_UI_DATA;
Members
dwVersion
The version of this data structure.Value
Meaning
EAP_INTERACTIVE_UI_DATA_VERSION 0
The version of the EAP interactive UI data.
- dwSize
The size of this whole structure, in bytes.
- dwDataType
An EAP_INTERACTIVE_UI_DATA_TYPE value that specifies the type of data pointed to by pbUiData.
- cbUiData
The size of the data pointed to by pbUiData, in bytes.
- pbUiData
Pointer to a data BLOB that contains information about specific user interface components that correspond to the type specified in dwDataType.
See Also
Reference
EAPHost Supplicant Structures
EAP_UI_DATA_FORMAT
EAP_CRED_REQ
EAP_CRED_EXPIRY_REQ