Loading src/com/android/settings/wifi/WifiConfigController.java +1 −1 Original line number Diff line number Diff line Loading @@ -637,7 +637,7 @@ public class WifiConfigController implements TextWatcher, config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GCMP_256); config.allowedGroupManagementCiphers.set(WifiConfiguration.GroupMgmtCipher .BIP_GMAC_256); config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); // allowedSuiteBCiphers will be set according to certificate type } config.enterpriseConfig = new WifiEnterpriseConfig(); int eapMethod = mEapMethodSpinner.getSelectedItemPosition(); Loading src/com/android/settings/wifi/WifiUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ public class WifiUtils { config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GCMP_256); config.allowedGroupManagementCiphers.set(WifiConfiguration.GroupMgmtCipher .BIP_GMAC_256); config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); // allowedSuiteBCiphers will be set according to certificate type } if (!TextUtils.isEmpty(password)) { Loading Loading
src/com/android/settings/wifi/WifiConfigController.java +1 −1 Original line number Diff line number Diff line Loading @@ -637,7 +637,7 @@ public class WifiConfigController implements TextWatcher, config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GCMP_256); config.allowedGroupManagementCiphers.set(WifiConfiguration.GroupMgmtCipher .BIP_GMAC_256); config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); // allowedSuiteBCiphers will be set according to certificate type } config.enterpriseConfig = new WifiEnterpriseConfig(); int eapMethod = mEapMethodSpinner.getSelectedItemPosition(); Loading
src/com/android/settings/wifi/WifiUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ public class WifiUtils { config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GCMP_256); config.allowedGroupManagementCiphers.set(WifiConfiguration.GroupMgmtCipher .BIP_GMAC_256); config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); // allowedSuiteBCiphers will be set according to certificate type } if (!TextUtils.isEmpty(password)) { Loading