Hello All,<br><br>I need help with a WPA-PSK issue that I am encountering with a<br>
supplicant that I am developing which runs on Windows. My supplicant<br>
is currently working with certain commercial APs but failing with a<br>
family of Netgear APs. It works fine with Microsoft WZC client and<br>
wpa_supplicant from the same system.<br>
<br>
Here is the description of the problem.<br>
<br>
Immediately after associating to the AP, AP sends Message 1 of 4-way<br>
handshake. My supplicant responds back with Message 2. Then I don't<br>
receive message 3 from AP. Instead AP re sends Message 1 with<br>
incremented &quot;Replay Counter&quot;. The same set up works with<br>
wpa_supplicant &amp; WZC.<br>
<br>
I verified that the output generated by my supplicant and<br>
wpa_supplicant matches byte by byte for the same input. I verified<br>
this by feeding in the Message 1 received from AP and the Nonce used<br>
by wpa_supplicant in Message 2 of a successful WPA 4-way handshake.<br>
So I am fairly confident that the Message 2 is generated correctly.<br>
I think the fact that my supplicant works with certain other<br>
commercial APs supports this.<br>
<br>I verified that the OIDs (OID_802_11_INFRASTRUCTURE_MODE, OID_802_11_AUTHENTICATION_MODE,<br>
OID_802_11_WEP_STATUS, OID_802_11_BSSID) and values set by WZC/wpa_supplicant and<br>
my supplicant are the same. Am I missing any step that is needed while before calling &quot;Set OID_802_11_BSSID&quot;.<br>
<br>
Can some body please provide me some pointers? <br>Did anybody encountered this kind of behavior during wpa_supplicant development?<br><br>Please let me know if you have any questions. Thanks in advance for your help.<br>

<br>
Regards,<br>
Shashi<br><br>P.S: Sorry, this is probably off-topic for this mailing list, but I did not find any other forum that is knowledgeable enough to answer this question.<br>