am 059c3f5d: am a8f2f72d: Add the auth_alg field back.

Merge commit '059c3f5d1eb52a7564208464b1d0f76af509e891'

* commit '059c3f5d1eb52a7564208464b1d0f76af509e891':
  Add the auth_alg field back.
This commit is contained in:
Chung-yih Wang
2009-10-12 11:17:39 -07:00
committed by Android Git Automerger

View File

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