am a8f2f72d: Add the auth_alg field back.

Merge commit 'a8f2f72da8693418f867de9c904eb250b7aae4ff' into eclair-mr2

* commit 'a8f2f72da8693418f867de9c904eb250b7aae4ff':
  Add the auth_alg field back.
This commit is contained in:
Chung-yih Wang
2009-10-04 15:18:34 -07:00
committed by Android Git Automerger

View File

@@ -546,6 +546,8 @@ public final class AccessPointState implements Comparable<AccessPointState>, Par
: mPassword;
}
}
config.allowedAuthAlgorithms.set(AuthAlgorithm.OPEN);
config.allowedAuthAlgorithms.set(AuthAlgorithm.SHARED);
config.allowedKeyManagement.set(KeyMgmt.NONE);
config.wepTxKeyIndex = 0;
} else if (security.equals(PSK)){