Searched refs:readNetworkBitsetVariable (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiConfigStore.java | 225 private void readNetworkBitsetVariable(int netId, BitSet variable, String varName, in readNetworkBitsetVariable() method in WifiConfigStore 335 readNetworkBitsetVariable(config.networkId, config.allowedProtocols, in readNetworkVariables() 338 readNetworkBitsetVariable(config.networkId, config.allowedKeyManagement, in readNetworkVariables() 341 readNetworkBitsetVariable(config.networkId, config.allowedAuthAlgorithms, in readNetworkVariables() 344 readNetworkBitsetVariable(config.networkId, config.allowedPairwiseCiphers, in readNetworkVariables() 347 readNetworkBitsetVariable(config.networkId, config.allowedGroupCiphers, in readNetworkVariables()
|