juan3zero / android-thomson-key-solver

Automatically exported from code.google.com/p/android-thomson-key-solver
0 stars 0 forks source link

Enhancement new KeygenCode for Axtel #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago

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