HomeSort by relevance Sort by last modified time
    Searched refs:readNetworkVariableFromSupplicantFile (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigStoreTest.java 173 * Verifies that readNetworkVariableFromSupplicantFile() properly reads network variables from a
177 public void readNetworkVariableFromSupplicantFile() throws Exception {
178 Map<String, String> ssidResults = readNetworkVariableFromSupplicantFile(KEY_SSID);
185 Map<String, String> pskResults = readNetworkVariableFromSupplicantFile(KEY_PSK);
191 Map<String, String> keyMgmtResults = readNetworkVariableFromSupplicantFile(KEY_KEY_MGMT);
198 Map<String, String> priorityResults = readNetworkVariableFromSupplicantFile(KEY_PRIORITY);
205 Map<String, String> disabledResults = readNetworkVariableFromSupplicantFile(KEY_DISABLED);
213 Map<String, String> idStrResults = readNetworkVariableFromSupplicantFile(KEY_ID_STR);
224 public Map<String, String> readNetworkVariableFromSupplicantFile(String key) throws Exception {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java     [all...]

Completed in 130 milliseconds