Searched defs:readNetworkVariablesFromSupplicantFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java651 return readNetworkVariablesFromSupplicantFile("psk");
1529 private Map<String, String> readNetworkVariablesFromSupplicantFile(String key) { method in class:WifiConfigStore
1532 if (VDBG) loge("readNetworkVariablesFromSupplicantFile key=" + key);
1584 Map<String, String> data = readNetworkVariablesFromSupplicantFile(key);

Completed in 68 milliseconds