Searched refs:bitSetToInt (Results 1 – 1 of 1) sorted by relevance
3840 info.allowedKeyManagement = bitSetToInt(config.allowedKeyManagement); in createConfigInfo()3841 info.allowedProtocols = bitSetToInt(config.allowedProtocols); in createConfigInfo()3842 info.allowedAuthAlgorithms = bitSetToInt(config.allowedAuthAlgorithms); in createConfigInfo()3843 info.allowedPairwiseCiphers = bitSetToInt(config.allowedPairwiseCiphers); in createConfigInfo()3844 info.allowedGroupCiphers = bitSetToInt(config.allowedGroupCiphers); in createConfigInfo()4097 private static int bitSetToInt(BitSet bits) { in bitSetToInt() method in WifiMetrics