Open GoogleCodeExporter opened 9 years ago
in 80211.c under the three functions:
deauthenticate()
authentcate()
associate()
added "-2" to the following lines in each function. which will allow them to
connect.
radio_tap = build_radio_tap_header(&radio_tap_len - 2);
now I get ..
[+] sending EAPOL START request
[!] WARNING: Receive timeout occurred
so again I'm guessing if the radio_tap_header is 2 bytes out there will be
other areas in the code which are out as there seems to be alot of header
sharing.
Original comment by cwjowls...@btinternet.com
on 5 Mar 2013 at 6:36
updated to a new kernel.. from 2.6.19 to 3.8.6 which fixed the probblem
Original comment by cwjowls...@btinternet.com
on 15 Apr 2013 at 10:52
Original issue reported on code.google.com by
cwjowls...@btinternet.com
on 3 Mar 2013 at 12:17