Searched refs:bitSetToInt (Results 1 – 1 of 1) sorted by relevance
3695 info.allowedKeyManagement = bitSetToInt(config.allowedKeyManagement); in createConfigInfo()3696 info.allowedProtocols = bitSetToInt(config.allowedProtocols); in createConfigInfo()3697 info.allowedAuthAlgorithms = bitSetToInt(config.allowedAuthAlgorithms); in createConfigInfo()3698 info.allowedPairwiseCiphers = bitSetToInt(config.allowedPairwiseCiphers); in createConfigInfo()3699 info.allowedGroupCiphers = bitSetToInt(config.allowedGroupCiphers); in createConfigInfo()3952 private static int bitSetToInt(BitSet bits) { in bitSetToInt() method in WifiMetrics