EAPOL_INTF_PARAMS structure
[EAPOL_INTF_PARAMS is no longer supported as of Windows Vista and Windows Server 2008. Instead, use the Native Wifi API, which provides similar functionality. For more information, see About the Native Wifi API.]
Contains EAPOL configuration parameters.
Syntax
typedef struct _EAPOL_INTF_PARAMS {
DWORD dwVersion;
DWORD dwReserved2;
DWORD dwEapFlags;
DWORD dwEapType;
DWORD dwSizeOfSSID;
BYTE bSSID[MAX_NETWORK_NAME_LENGTH];
} EAPOL_INTF_PARAMS, *PEAPOL_INTF_PARAMS;
Members
-
dwVersion
-
Version of the caller. Default is 0.
-
dwReserved2
-
Reserved for future use.
-
dwEapFlags
-
Not used.
-
dwEapType
-
The EAP extension type to be used. Set to 0x00000013 for EAP-TLS and 0x00000026 for PEAP.
-
dwSizeOfSSID
-
Size of network identifier.
-
bSSID
-
Network identifier.
Remarks
The header file wzcsapi.h is not available in the Windows SDK.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP with SP2 [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
End of client support |
Windows XP with SP3 |
End of server support |
Windows Server 2003 |
Header |
|