Home
last modified time | relevance | path

Searched refs:GCMP_128 (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSecurityParamsTest.java157 PairwiseCipher.CCMP, PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256}; in testEnhancedOpenCreator()
159 GroupCipher.CCMP, GroupCipher.GCMP_128, GroupCipher.GCMP_256}; in testEnhancedOpenCreator()
268 PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256}; in testWpa3Enterprise192BitCreator()
269 int[] expectedAllowedGroupCiphers = new int[] {GroupCipher.GCMP_128, GroupCipher.GCMP_256}; in testWpa3Enterprise192BitCreator()
308 PairwiseCipher.CCMP, PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256}; in testWpa3PersonalCreator()
310 GroupCipher.CCMP, GroupCipher.GCMP_128, GroupCipher.GCMP_256}; in testWpa3PersonalCreator()
DWifiConfigurationTest.java948 PairwiseCipher.GCMP_128, PairwiseCipher.GCMP_256, in testAddSecurityTypes()
952 GroupCipher.GCMP_128, GroupCipher.GCMP_256, in testAddSecurityTypes()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSecurityParams.java701 params.mAllowedPairwiseCiphers.set(PairwiseCipher.GCMP_128); in createEnhancedOpenParams()
705 params.mAllowedGroupCiphers.set(GroupCipher.GCMP_128); in createEnhancedOpenParams()
816 params.mAllowedPairwiseCiphers.set(PairwiseCipher.GCMP_128); in createWpa3Enterprise192BitParams()
819 params.mAllowedGroupCiphers.set(GroupCipher.GCMP_128); in createWpa3Enterprise192BitParams()
865 params.mAllowedPairwiseCiphers.set(PairwiseCipher.GCMP_128); in createWpa3PersonalParams()
869 params.mAllowedGroupCiphers.set(GroupCipher.GCMP_128); in createWpa3PersonalParams()
DWifiConfiguration.java326 public static final int GCMP_128 = 5; field in WifiConfiguration.PairwiseCipher
330 @IntDef(value = {NONE, TKIP, CCMP, GCMP_256, SMS4, GCMP_128})
381 public static final int GCMP_128 = 7; field in WifiConfiguration.GroupCipher
385 @IntDef(value = {WEP40, WEP104, TKIP, CCMP, GTK_NOT_USED, GCMP_256, SMS4, GCMP_128})
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1129 config.allowedPairwiseCiphers.clear(WifiConfiguration.PairwiseCipher.GCMP_128); in testWifiConfigurationSaveLoad()
1130 config.allowedGroupCiphers.clear(WifiConfiguration.GroupCipher.GCMP_128); in testWifiConfigurationSaveLoad()
1327 .PairwiseCipherMask.GCMP_128 in testSaeNetworkWifiConfigurationSaveLoad1_4OrHigher()
1333 .GroupCipherMask.GCMP_128 in testSaeNetworkWifiConfigurationSaveLoad1_4OrHigher()
1347 if (allowedPairwiseCiphers.get(WifiConfiguration.PairwiseCipher.GCMP_128) in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
1351 .PairwiseCipherMask.GCMP_128; in putAllSupportingPairwiseCiphersAndReturnExpectedHalCiphersValue()
1386 if (allowedGroupCiphers.get(WifiConfiguration.GroupCipher.GCMP_128) in putAllSupportingGroupCiphersAndReturnExpectedHalCiphersValue()
1390 .GroupCipherMask.GCMP_128; in putAllSupportingGroupCiphersAndReturnExpectedHalCiphersValue()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java996 case WifiConfiguration.GroupCipher.GCMP_128: in wifiConfigurationToSupplicantGroupCipherMask()
999 .GroupCipherMask.GCMP_128; in wifiConfigurationToSupplicantGroupCipherMask()
1073 case WifiConfiguration.PairwiseCipher.GCMP_128: in wifiConfigurationToSupplicantPairwiseCipherMask()
1076 .PairwiseCipherMask.GCMP_128; in wifiConfigurationToSupplicantPairwiseCipherMask()
1270 .GCMP_128, bitset, WifiConfiguration.GroupCipher.GCMP_128); in supplicantToWifiConfigurationGroupCipherMask()
1320 .GCMP_128, bitset, in supplicantToWifiConfigurationPairwiseCipherMask()
1321 WifiConfiguration.PairwiseCipher.GCMP_128); in supplicantToWifiConfigurationPairwiseCipherMask()
/packages/modules/Wifi/framework/api/
Dcurrent.txt162 field @Deprecated public static final int GCMP_128 = 7; // 0x7
192 field @Deprecated public static final int GCMP_128 = 5; // 0x5