Searched refs:bitSetToInt (Results 1 – 1 of 1) sorted by relevance
6268 info.allowedKeyManagement = bitSetToInt(config.allowedKeyManagement); in createConfigInfo()6269 info.allowedProtocols = bitSetToInt(config.allowedProtocols); in createConfigInfo()6270 info.allowedAuthAlgorithms = bitSetToInt(config.allowedAuthAlgorithms); in createConfigInfo()6271 info.allowedPairwiseCiphers = bitSetToInt(config.allowedPairwiseCiphers); in createConfigInfo()6272 info.allowedGroupCiphers = bitSetToInt(config.allowedGroupCiphers); in createConfigInfo()6602 private static int bitSetToInt(BitSet bits) { in bitSetToInt() method in WifiMetrics