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

Re: How to use WZCSetInterface to add a network access point that uses certification for authentication (EAP) by Andreas

Andreas
Fri Aug 12 11:50:31 CDT 2005

"Arsalan Ahmad" <arsal__@hotmail.com> schrieb im Newsbeitrag
news:eI4%23Gj1nFHA.3564@tk2msftngp13.phx.gbl...
> 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.

Arsalan,
in what way is your question TAPI related?
Please clarify.

It is recommended to post TAPI questions only to the managed TAPI newsgroup:
microsoft.public.win32.programmer.tapi
See my TAPI and TSPI FAQ:
Q: What newsgroups are covering TAPI ?
http://www.i-b-a-m.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm#_Q:_What_newsgroups

--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK
TAPI / TSP Developer and Tester
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no rights.