iPXE discussion forum

Full Version: WPA Handshake capture problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!
my station is "AR9285" and its mac address is "1C:65:9D:7F:4E:D3".
and, my AP is "ipTIME A2004NS" and its mac address is "64:E5:99:61:C7:8C",
authentication mode is WPA/WPA2(TKIP, AES).
I try to connect to AP, the problem has occured in 2 of 4 in handshaking.
maybe, 2 of 4 way packet's mic is wrong.
In WEP, the connection was very good.

I attach some files about monitering packet in linux and ipxe.
they can be opened by wireshark.
Download here
Here is SSID is "DontTouch" password is "12345678".


Filter expression is
(wlan.sa == 1c:65:9d:7f:4e:d3 || wlan.da == 64:E5:99:61:C7:8C || wlan.sa == 64:E5:99:61:C7:8C || wlan.da == 1c:65:9d:7f:4e:d3) && (wlan.fc.type_subtype != 8 && wlan.fc.type_subtype != 4 && wlan.fc.type_subtype != 5)

Help me to be able to connect with the AP.
Thank you for reading this article grammar mess.

Regards,

Dong-Hwan ,Jung
It might be a bug in the driver (without looking at your trace file), as the wifi drivers haven't seen any love for several years.
(2016-03-17 13:16)robinsmidsrod Wrote: [ -> ]It might be a bug in the driver (without looking at your trace file), as the wifi drivers haven't seen any love for several years.



oh.... may i ask you plan to correct this problem? please fix it
Reference URL's