[WPA3] Rename allowedGroupMgmtCiphers to allowedGroupManagementCiphers
Following API Council review: Rename allowedGroupMgmtCiphers to allowedGroupManagementCiphers in all instances in order to be consistend with existing members. Bug: 122616519 Test: atest com.android.server.wifi Change-Id: I42496a0c9fa1034beffd9b05eeafd2f0a75eb1a8
This commit is contained in:
@@ -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