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:
@@ -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)){
|
||||||
|
Reference in New Issue
Block a user