Searched refs:GroupMgmtCipher (Results 1 – 8 of 8) sorted by relevance
23 import android.net.wifi.WifiConfiguration.GroupMgmtCipher;498 if (gmc < GroupMgmtCipher.strings.length) { in toString()499 sbuf.append(GroupMgmtCipher.strings[gmc]); in toString()822 params.mAllowedGroupManagementCiphers.set(GroupMgmtCipher.BIP_GMAC_256); in createWpa3Enterprise192BitParams()
404 public static class GroupMgmtCipher { class in WifiConfiguration405 private GroupMgmtCipher() { } in GroupMgmtCipher() method in WifiConfiguration.GroupMgmtCipher3091 if (gmc < GroupMgmtCipher.strings.length) { in toString()3092 sbuf.append(GroupMgmtCipher.strings[gmc]); in toString()
317 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSpecifierBuilderForWpa3SuiteBRsaEapNetwork()351 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSpecifierBuilderForWpa3SuiteBEccEapNetwork()386 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSpecifierBuilderForWpa3SuiteBRsaEapNetworkWith192BitApi()421 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSpecifierBuilderForWpa3SuiteBEccEapNetworkWith192BitApi()
450 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSuggestionBuilderForWpa3SuiteBRsaEapNetwork()486 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSuggestionBuilderForWpa3SuiteBRsaEapNetworWith192BitApi()521 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSuggestionBuilderForWpa3SuiteBEccEapNetwork()557 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSuggestionBuilderForWpa3SuiteBEccEapNetworkWith192BitApi()
26 import android.net.wifi.WifiConfiguration.GroupMgmtCipher;278 assertTrue(p.getAllowedGroupManagementCiphers().get(GroupMgmtCipher.BIP_GMAC_256)); in testWpa3Enterprise192BitCreator()
610 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testSetSecurityParamsForSuiteB()
1019 case WifiConfiguration.GroupMgmtCipher.BIP_CMAC_256: in wifiConfigurationToSupplicantGroupMgmtCipherMask()1023 case WifiConfiguration.GroupMgmtCipher.BIP_GMAC_128: in wifiConfigurationToSupplicantGroupMgmtCipherMask()1027 case WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256: in wifiConfigurationToSupplicantGroupMgmtCipherMask()1283 WifiConfiguration.GroupMgmtCipher.BIP_GMAC_128); in supplicantToWifiConfigurationGroupMgmtCipherMask()1287 WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256); in supplicantToWifiConfigurationGroupMgmtCipherMask()1291 WifiConfiguration.GroupMgmtCipher.BIP_CMAC_256); in supplicantToWifiConfigurationGroupMgmtCipherMask()
172 @Deprecated public static class WifiConfiguration.GroupMgmtCipher {