This is the code for intercable(from México) thanks to @solaermty for the
algorithm.
im adding the intercable keygen , you must add Intercable in the Type on
WifiNetwork.java as same this filter:
if(ssid.startsWith("InterCable")&& mac.startsWith("00:15"))
{
try
{
ssidSubpart =ssid.substring(10,ssid.length());
}catch(Exception ex){ssidSubpart="";}
type = TYPE.INTERCABLE;
return true;
}
Original issue reported on code.google.com by zenyagami@gmail.com on 7 Oct 2012 at 4:36
Original issue reported on code.google.com by
zenyagami@gmail.com
on 7 Oct 2012 at 4:36Attachments: