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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
XmlUtil.java 316 public static final String XML_TAG_WEP_KEYS = "WEPKeys";
367 XmlUtil.writeNextValue(out, XML_TAG_WEP_KEYS, wepKeysToWrite);
369 XmlUtil.writeNextValue(out, XML_TAG_WEP_KEYS, null);
525 case XML_TAG_WEP_KEYS:
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiBackupRestore.java 95 "<string-array.*" + WifiConfigurationXmlUtil.XML_TAG_WEP_KEYS + ".*num=\"[0-9]\">";
    [all...]

Completed in 108 milliseconds