WLAN: NDISTEST: 1c_wpa_associationinfo test fail

K

Kyle Hsu

Dear Sir,

I got fail while testing 802.11b NDIS 5.0 miniport driver(NDTEST
version 4.03.0042) on AMD64 platform (WinXP 64-bit Edition version
2003 build 3790 for AMD64).


My condition is:


When we run the Wireless LAN WPA tests of NDTEST 4.03.0042 for
AMD64,

"1c_wpa_associationinfo" script always report a fail.
The error message is:
[88888] Supplicant did not have active keys in 5000 seconds, 4-way
handshake may
have failed.

On the NDISTestHelp, it told us the Master Key must be set to
"0123456789".
Can anyone tell me the "0123456789" is in ASCII or HEX?

We got script fail by setting Master Key to "0123456789" in ASCII
..
But we can't set Master Key to "0123456789" in HEX in WPA AP
because the
password is too short to be adopted by AP.




I try to debug with WinDbg, and the output that seems to have problems
is as following:



NDT1XSUPP: ProcessPacket(): Set OID_802_11_ADD_KEY (Pairwise Key)
NDT1XSUPP: ProcessPacket(): Length: 64
NDT1XSUPP: ProcessPacket(): KeyIndex: 0xe0000000
NDT1XSUPP: ProcessPacket(): KeyLength: 32
NDT1XSUPP: ProcessPacket(): KeyRSC: 0
NDT1XSUPP: ProcessPacket(): BSSID: 00 0d 28 88 d5 64
NDT1XSUPP: NdisuioSetOIDValue(): IOCTL_NDISUIO_SET_OID_VALUE
failed (Error = 87)
NDT1XSUPP: ProcessPacket(): Failed to add pairwise key



But I can't trace into the ndt1xsupp.dll.



Can you give me some idea to figure out this error?
Thanks for your help,

Kyle Hsu
VIA Networking, Inc.
Software Department
533 Chung Cheng Road 5F
Hsin Tien, Taipei
Taiwan
(8862) 2218-2078 x7612
(8862) 2218-7527 fax
(e-mail address removed)
 
M

Mitesh Desai [MSFT]

The key is in ASCII. Also ensure that your access point supports pass
phrase.

Mitesh
 
Top