Discussion:
How to use WZCSetInterface to add a network access point that uses certification for authentication (EAP)
(too old to reply)
Arsalan Ahmad
2005-08-12 16:01:15 UTC
Permalink
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
Andreas Marschall [MVP TAPI]
2005-08-12 16:50:31 UTC
Permalink
Post by Arsalan Ahmad
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.
Loading...