Searched refs:allowedGroupManagementCiphers (Results 1 – 8 of 8) sorted by relevance
390 allowedGroupManagementCiphers.clear(); in setSecurityParams()416 allowedGroupManagementCiphers.set(WifiConfiguration.GroupMgmtCipher.BIP_GMAC_256); in setSecurityParams()600 public BitSet allowedGroupManagementCiphers; field in WifiConfiguration1773 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);
305 if (!Objects.equals(existingConfig.allowedGroupManagementCiphers, in hasCredentialChanged()306 newConfig.allowedGroupManagementCiphers)) { in hasCredentialChanged()
1016 if (externalConfig.allowedGroupManagementCiphers != null in mergeWithInternalWifiConfiguration()1017 && !externalConfig.allowedGroupManagementCiphers.isEmpty()) { in mergeWithInternalWifiConfiguration()1018 internalConfig.allowedGroupManagementCiphers = in mergeWithInternalWifiConfiguration()1019 (BitSet) externalConfig.allowedGroupManagementCiphers.clone(); in mergeWithInternalWifiConfiguration()
245 config.allowedGroupManagementCiphers = in loadWifiConfiguration()559 if (config.allowedGroupManagementCiphers.cardinality() != 0 in saveSuiteBConfig()561 config.allowedGroupManagementCiphers))) { in saveSuiteBConfig()
180 assertTrue(suggestion.wifiConfiguration.allowedGroupManagementCiphers in testWifiNetworkSuggestionBuilderForWpa3EapNetwork()
449 configuration.allowedGroupManagementCiphers.toByteArray()); in writeCommonElementsToXml()622 configuration.allowedGroupManagementCiphers = in parseFromXml()
29903 field @Deprecated @NonNull public java.util.BitSet allowedGroupManagementCiphers;
30047 field @Deprecated @NonNull public java.util.BitSet allowedGroupManagementCiphers;