Searched refs:bitSetToInt (Results 1 – 1 of 1) sorted by relevance
5505 info.allowedKeyManagement = bitSetToInt(config.allowedKeyManagement); in createConfigInfo()5506 info.allowedProtocols = bitSetToInt(config.allowedProtocols); in createConfigInfo()5507 info.allowedAuthAlgorithms = bitSetToInt(config.allowedAuthAlgorithms); in createConfigInfo()5508 info.allowedPairwiseCiphers = bitSetToInt(config.allowedPairwiseCiphers); in createConfigInfo()5509 info.allowedGroupCiphers = bitSetToInt(config.allowedGroupCiphers); in createConfigInfo()5839 private static int bitSetToInt(BitSet bits) { in bitSetToInt() method in WifiMetrics