Notices

Windows Mobile OS Windows Mobile and Pocket PC Forums

Reply
 
LinkBack Thread Tools
Old 10-16-08, 01:45 AM   #1 (permalink)
Aximsite Prospect
 
Join Date: Oct 2008
Posts: 2
Thanked 0 Times in 0 Posts
Question WPA-PSK issue on windows ce 5.0

Hi All,
I'm now using device based on windows ce 5.0 and I can connect through wifi to AP which configured Open-System + no encryption or Open-System + WEP encryption. But when trying to connect to WPA-PSK + TKIP encryption, always failed. I use the netui provided by MS to configure wifi setting.

So I check the driver code, and found that when connecting, the association is successful, then AP send EAPOL-Key to start four-way handshake but the WZC (Wireless Zero Configuration) didn't react, instead WZC send EAPOL-Start to start 802.1X authentication. (Which I think only used for WPA, not WPA-PSK). So AP think the something wrong with the device and failed the connecton.

I deeply check the netui code, found when select WPA-PSK, the enable 802.1X authentication check box is forced to be checked. So I modify the code, set it as unchecked, and it turns to be WZC don't send EAPOL-Start but still no reaction to EAPOL-Key.

I think netui only configure this struct to setting WZC about WPA-PSK:
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;
I tried many kinds of settings but still not work.

Does anyone know something about this and could give some information? Thanks!

victor.liu
liuvictor2005 is offline   Reply With Quote
Sponsor Ads
Old 10-17-08, 01:20 AM   #2 (permalink)
Aximsite Prospect
 
Join Date: Oct 2008
Posts: 2
Thanked 0 Times in 0 Posts
using wpa_supplicant to replace WZC

It seems that no one can help me......

WZC is not open source, I can't find a way to find out what's wrong.I hate proprietary software!!!

I am trying to write some code based on wpa_supplicant to take place of WZC, hope it will help...
liuvictor2005 is offline   Reply With Quote
Reply

Tags
issue, windows, wpapsk

Sponsor Ads

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:06 AM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-09 LeckMedia, LLC