tigerand / android-wifi-ace

Automatically exported from code.google.com/p/android-wifi-ace
0 stars 1 forks source link

Existing settings are crippled #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have a network with wpa2-enterprise encryption. (PEAP, mschap-v2.) When I 
open and close all settings, I can't connect to my network anymore. It looks 
there is a value stored back that was different than the original.

Using Android's own settings menu to rewrite the original settings does not 
help. The only thing that helps is completely deleting the network entry and 
creating the settings from scratch.

I tested this now 2 times on my tablet with Android 2.2.

Original issue reported on code.google.com by eric.wal...@gmail.com on 2 Aug 2013 at 8:25

GoogleCodeExporter commented 9 years ago
I just noticed that the 'Wifi Configuration Editor' by AddRain has exact the 
same bug. (And hat one has no option to edit the enterprise settings that I 
use.)

Original comment by eric.wal...@gmail.com on 2 Aug 2013 at 11:58

GoogleCodeExporter commented 9 years ago
I tracked it down to the BSSID setting. When empty and you hit OK, the settings 
get crippled. It seems the setting is not set to not require an entry, but to 
require a wifi transmitter with an empty mac address. (Which does not exists)

Setting an empty BSSID should clear the requirement of using a specific mac 
address.

Original comment by eric.wal...@gmail.com on 3 Aug 2013 at 10:34