Loading src/com/android/settings/wifi/WifiConfigController.java +1 −1 Original line number Diff line number Diff line Loading @@ -621,7 +621,7 @@ public class WifiConfigController implements TextWatcher, config.requirePMF = true; config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.GCMP_256); config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GCMP_256); config.allowedGroupMgmtCiphers.set(WifiConfiguration.GroupMgmtCipher config.allowedGroupManagementCiphers.set(WifiConfiguration.GroupMgmtCipher .BIP_GMAC_256); config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); } Loading src/com/android/settings/wifi/WifiUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ public class WifiUtils { config.requirePMF = true; config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.GCMP_256); config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GCMP_256); config.allowedGroupMgmtCiphers.set(WifiConfiguration.GroupMgmtCipher config.allowedGroupManagementCiphers.set(WifiConfiguration.GroupMgmtCipher .BIP_GMAC_256); config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); } Loading Loading
src/com/android/settings/wifi/WifiConfigController.java +1 −1 Original line number Diff line number Diff line Loading @@ -621,7 +621,7 @@ public class WifiConfigController implements TextWatcher, config.requirePMF = true; config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.GCMP_256); config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GCMP_256); config.allowedGroupMgmtCiphers.set(WifiConfiguration.GroupMgmtCipher config.allowedGroupManagementCiphers.set(WifiConfiguration.GroupMgmtCipher .BIP_GMAC_256); config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); } Loading
src/com/android/settings/wifi/WifiUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ public class WifiUtils { config.requirePMF = true; config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.GCMP_256); config.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.GCMP_256); config.allowedGroupMgmtCiphers.set(WifiConfiguration.GroupMgmtCipher config.allowedGroupManagementCiphers.set(WifiConfiguration.GroupMgmtCipher .BIP_GMAC_256); config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); } Loading