Luisjjaa / 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 MegaRed #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is for MegaRed from México, works like Axtel, but i added as new Keygen 
for easy read.

in the wifiNetwork add:
if ((ssid.matches("(Megared)[0-9a-fA-F]{4}")) && 
(ssid.substring(7).compareToIgnoreCase(mac.replace(":", 
"").toUpperCase().substring(8)) == 0))
            {
             ssidSubpart = ssid.substring(ssid.length()-4);
             type = TYPE.MEGARED;
             return true;
            }

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

Attachments:

GoogleCodeExporter commented 8 years ago
Megared is already on master.

Original comment by ruka.araujo on 8 Oct 2012 at 9:39