Merge commit '059c3f5d1eb52a7564208464b1d0f76af509e891' * commit '059c3f5d1eb52a7564208464b1d0f76af509e891': 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