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
Original issue reported on code.google.com by
zenyagami@gmail.com
on 7 Oct 2012 at 4:34Attachments: