Merge "[WPA3] Rename allowedGroupMgmtCiphers to allowedGroupManagementCiphers"
This commit is contained in:
committed by
Android (Google) Code Review
commit
eb372989fd
@@ -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);
|
||||
}
|
||||
|
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user