Arsalan Ahmad
2005-08-12 16:01:15 UTC
Hi,
Coud anyone please tell me how can I use WZCSetInterface() function to add a
network access point that uses certificates for authentication (EAP). I know
that this function uses INTF_ENTRY structure pointer. This structure
contains WZC_WLAN_CONFIG structure variable also which has a variable used
for 802.11x parameters. This variable is:
WZC_EAPOL_PARAMS EapolParams; // 802.1x parameters
and this strucrure is defined as follows:
typedef struct _WZC_EAPOL_PARAMS
{
BOOL bEnable8021x;
DWORD dwEapFlags;
DWORD dwEapType;
DWORD dwAuthDataLen;
BYTE *pbAuthData; // Pointer to provider specific config blob
} WZC_EAPOL_PARAMS, *PWZC_EAPOL_PARAMS;
Could anyone please explain what does this pbAuthData contains in case of
EAP-TLS or EAP-PEAP or EAP-MD5.
Thanks,
Arsalan
Coud anyone please tell me how can I use WZCSetInterface() function to add a
network access point that uses certificates for authentication (EAP). I know
that this function uses INTF_ENTRY structure pointer. This structure
contains WZC_WLAN_CONFIG structure variable also which has a variable used
for 802.11x parameters. This variable is:
WZC_EAPOL_PARAMS EapolParams; // 802.1x parameters
and this strucrure is defined as follows:
typedef struct _WZC_EAPOL_PARAMS
{
BOOL bEnable8021x;
DWORD dwEapFlags;
DWORD dwEapType;
DWORD dwAuthDataLen;
BYTE *pbAuthData; // Pointer to provider specific config blob
} WZC_EAPOL_PARAMS, *PWZC_EAPOL_PARAMS;
Could anyone please explain what does this pbAuthData contains in case of
EAP-TLS or EAP-PEAP or EAP-MD5.
Thanks,
Arsalan