Searched refs:GroupMgmtCipher (Results 1 – 9 of 9) sorted by relevance
23 import android.net.wifi.WifiConfiguration.GroupMgmtCipher;499 if (gmc < GroupMgmtCipher.strings.length) { in toString()500 sbuf.append(GroupMgmtCipher.strings[gmc]); in toString()847 params.mAllowedGroupManagementCiphers.set(GroupMgmtCipher.BIP_GMAC_256); in createWpa3Enterprise192BitParams()
410 public static class GroupMgmtCipher { class in WifiConfiguration411 private GroupMgmtCipher() { } in GroupMgmtCipher() method in WifiConfiguration.GroupMgmtCipher3616 if (gmc < GroupMgmtCipher.strings.length) { in toString()3617 sbuf.append(GroupMgmtCipher.strings[gmc]); in toString()
320 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSpecifierBuilderForWpa3SuiteBRsaEapNetwork()354 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSpecifierBuilderForWpa3SuiteBEccEapNetwork()389 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSpecifierBuilderForWpa3SuiteBRsaEapNetworkWith192BitApi()424 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSpecifierBuilderForWpa3SuiteBEccEapNetworkWith192BitApi()
26 import android.net.wifi.WifiConfiguration.GroupMgmtCipher;282 assertTrue(p.getAllowedGroupManagementCiphers().get(GroupMgmtCipher.BIP_GMAC_256)); in testWpa3Enterprise192BitCreator()
455 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSuggestionBuilderForWpa3SuiteBRsaEapNetwork()491 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSuggestionBuilderForWpa3SuiteBRsaEapNetworWith192BitApi()526 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSuggestionBuilderForWpa3SuiteBEccEapNetwork()562 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testWifiNetworkSuggestionBuilderForWpa3SuiteBEccEapNetworkWith192BitApi()
726 .get(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256)); in testSetSecurityParamsForSuiteB()
1033 case WifiConfiguration.GroupMgmtCipher.BIP_CMAC_256: in wifiConfigurationToSupplicantGroupMgmtCipherMask()1037 case WifiConfiguration.GroupMgmtCipher.BIP_GMAC_128: in wifiConfigurationToSupplicantGroupMgmtCipherMask()1041 case WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256: in wifiConfigurationToSupplicantGroupMgmtCipherMask()1297 WifiConfiguration.GroupMgmtCipher.BIP_GMAC_128); in supplicantToWifiConfigurationGroupMgmtCipherMask()1301 WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256); in supplicantToWifiConfigurationGroupMgmtCipherMask()1305 WifiConfiguration.GroupMgmtCipher.BIP_CMAC_256); in supplicantToWifiConfigurationGroupMgmtCipherMask()
1077 case WifiConfiguration.GroupMgmtCipher.BIP_CMAC_256: in wifiConfigurationToSupplicantGroupMgmtCipherMask()1080 case WifiConfiguration.GroupMgmtCipher.BIP_GMAC_128: in wifiConfigurationToSupplicantGroupMgmtCipherMask()1083 case WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256: in wifiConfigurationToSupplicantGroupMgmtCipherMask()
263 @Deprecated public static class WifiConfiguration.GroupMgmtCipher {