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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiBackupDataV1Parser.java 379 String[] wepKeysInData = (String[]) value;
380 if (wepKeysInData == null) {
383 if (wepKeysInData.length != wepKeys.length) {
385 "Invalid Wep Keys length: " + wepKeysInData.length);
388 if (wepKeysInData[i].isEmpty()) {
391 wepKeys[i] = wepKeysInData[i];
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
XmlUtil.java 477 String[] wepKeysInData = (String[]) value;
478 if (wepKeysInData == null) {
481 if (wepKeysInData.length != wepKeys.length) {
483 "Invalid Wep Keys length: " + wepKeysInData.length);
486 if (wepKeysInData[i].isEmpty()) {
489 wepKeys[i] = wepKeysInData[i];
    [all...]

Completed in 136 milliseconds