Merge "Fix WEP Open/Shared network settings"
This commit is contained in:
committed by
Android (Google) Code Review
commit
df001da221
@@ -108,6 +108,7 @@ class WifiDialog extends AlertDialog implements View.OnClickListener,
|
||||
|
||||
case AccessPoint.SECURITY_WEP:
|
||||
config.allowedKeyManagement.set(KeyMgmt.NONE);
|
||||
config.allowedAuthAlgorithms.set(AuthAlgorithm.OPEN);
|
||||
config.allowedAuthAlgorithms.set(AuthAlgorithm.SHARED);
|
||||
if (mPassword.length() != 0) {
|
||||
int length = mPassword.length();
|
||||
|
Reference in New Issue
Block a user