Home
last modified time | relevance | path

Searched refs:allowedGroupManagementCiphers (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java390 allowedGroupManagementCiphers.clear(); in setSecurityParams()
416 allowedGroupManagementCiphers.set(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256); in setSecurityParams()
600 public BitSet allowedGroupManagementCiphers; field in WifiConfiguration
1773 allowedGroupManagementCiphers = new BitSet(); in WifiConfiguration()
1972 for (int gmc = 0; gmc < this.allowedGroupManagementCiphers.size(); gmc++) { in toString()
1973 if (this.allowedGroupManagementCiphers.get(gmc)) { in toString()
2393 allowedGroupManagementCiphers = (BitSet) source.allowedGroupManagementCiphers.clone(); in WifiConfiguration()
2478 writeBitSet(dest, allowedGroupManagementCiphers); in writeToParcel()
2552 config.allowedGroupManagementCiphers = readBitSet(in);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java305 if (!Objects.equals(existingConfig.allowedGroupManagementCiphers, in hasCredentialChanged()
306 newConfig.allowedGroupManagementCiphers)) { in hasCredentialChanged()
DWifiConfigManager.java1016 if (externalConfig.allowedGroupManagementCiphers != null in mergeWithInternalWifiConfiguration()
1017 && !externalConfig.allowedGroupManagementCiphers.isEmpty()) { in mergeWithInternalWifiConfiguration()
1018 internalConfig.allowedGroupManagementCiphers = in mergeWithInternalWifiConfiguration()
1019 (BitSet) externalConfig.allowedGroupManagementCiphers.clone(); in mergeWithInternalWifiConfiguration()
DSupplicantStaNetworkHal.java245 config.allowedGroupManagementCiphers = in loadWifiConfiguration()
559 if (config.allowedGroupManagementCiphers.cardinality() != 0 in saveSuiteBConfig()
561 config.allowedGroupManagementCiphers))) { in saveSuiteBConfig()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiNetworkSuggestionTest.java180 assertTrue(suggestion.wifiConfiguration.allowedGroupManagementCiphers in testWifiNetworkSuggestionBuilderForWpa3EapNetwork()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java449 configuration.allowedGroupManagementCiphers.toByteArray()); in writeCommonElementsToXml()
622 configuration.allowedGroupManagementCiphers = in parseFromXml()
/frameworks/base/non-updatable-api/
Dcurrent.txt29903 field @Deprecated @NonNull public java.util.BitSet allowedGroupManagementCiphers;
/frameworks/base/api/
Dcurrent.txt30047 field @Deprecated @NonNull public java.util.BitSet allowedGroupManagementCiphers;