#18099: ar71 reaver broken
------------------------+-----------------------------------------
  Reporter:  anonymous  |      Owner:  developers
      Type:  defect     |     Status:  closed
  Priority:  normal     |  Milestone:  Attitude Adjustment 12.09.1
 Component:  packages   |    Version:  Trunk
Resolution:  wontfix    |   Keywords:
------------------------+-----------------------------------------

Comment (by anonymous):

 this is compat-wireless bug that won't make it run as expected. somebody
 made a patch to speed it up:


 {{{
 --- reaver-r113.orig/src/exchange.c     2012-10-13 20:20:23.452675557
 +0200
 +++ reaver-r113/src/exchange.c  2012-10-13 20:29:39.741682088 +0200
 @@ -273,7 +273,12 @@
                 send_termination();
                 stop_timer();
         }
 -
 +
 +       if (get_external_association())
 +       {
 +               deauthenticate();
 +       }
 +
         return ret_val;
  }
 }}}

 this won't work if you change MAC address of client interface or if you
 bring it down.

 there is another patch that fixed wash in client+monitor mode but
 airodump/aireplay still throw out fixed channel mon0: -1 error.

--
Ticket URL: <https://dev.openwrt.org/ticket/18099#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to