efe13/android-thomson-key-solver

Enhancement new KeygenCode for Axtel

Closed this issue · 1 comments

What steps will reproduce the problem?
1.
2.
3.
im adding the source code for axtel (from méxico), in wifiNetwork.java i added 
 if (ssid.matches("(AXTEL-)[0-9a-fA-F]{4}") && (ssid. substring(6).compareToIgnoreCase(mac.replace(":", "").toUpperCase().substring(8)) == 0))
        {
            ssidSubpart = ssid.substring(ssid.length()-4);
            type = TYPE.AXTEL;
            return true;
        }

and i added Type AXTEL in the enum.

Original issue reported on code.google.com by zenyagami@gmail.com on 7 Oct 2012 at 4:34

Attachments:

Original comment by ruka.araujo on 10 Nov 2012 at 6:36

  • Changed state: Fixed