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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiBackupDataV1Parser.java 103 WifiConfigurationXmlUtil.XML_TAG_WEP_TX_KEY_INDEX,
312 case WifiConfigurationXmlUtil.XML_TAG_WEP_TX_KEY_INDEX:
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
XmlUtil.java 318 public static final String XML_TAG_WEP_TX_KEY_INDEX = "WEPTxKeyIndex";
391 XmlUtil.writeNextValue(out, XML_TAG_WEP_TX_KEY_INDEX, configuration.wepTxKeyIndex);
534 case XML_TAG_WEP_TX_KEY_INDEX:
    [all...]

Completed in 581 milliseconds