Searched refs:wepKeys (Results 1 – 10 of 10) sorted by relevance
287 public String[] wepKeys; field in WifiConfiguration1337 wepKeys = new String[4]; in WifiConfiguration()1338 for (int i = 0; i < wepKeys.length; i++) { in WifiConfiguration()1339 wepKeys[i] = null; in WifiConfiguration()1738 } else if (wepKeys[0] != null) { in configKey()1845 wepKeys = new String[4]; in WifiConfiguration()1846 for (int i = 0; i < wepKeys.length; i++) { in WifiConfiguration()1847 wepKeys[i] = source.wepKeys[i]; in WifiConfiguration()1930 for (String wepKey : wepKeys) { in writeToParcel()2002 for (int i = 0; i < config.wepKeys.length; i++) {[all …]
322 config.wepKeys[i] = value; in readNetworkVariables()324 config.wepKeys[i] = null; in readNetworkVariables()692 if (config.wepKeys != null) { in saveNetwork()693 for (int i = 0; i < config.wepKeys.length; i++) { in saveNetwork()696 if (config.wepKeys[i] != null && !config.wepKeys[i].equals("*")) { in saveNetwork()700 config.wepKeys[i])) { in saveNetwork()701 loge("failed to set wep_key" + i + ": " + config.wepKeys[i]); in saveNetwork()
2170 if (originalConfig.wepKeys != null && currentConfig.wepKeys != null) { in wasCredentialChange()2171 if (originalConfig.wepKeys.length == currentConfig.wepKeys.length) { in wasCredentialChange()2172 for (int i = 0; i < originalConfig.wepKeys.length; i++) { in wasCredentialChange()2173 if (!Objects.equals(originalConfig.wepKeys[i], currentConfig.wepKeys[i])) { in wasCredentialChange()
75 config.wepKeys[0] = password; in createWepConfig()77 config.wepKeys[0] = quotedString(password); in createWepConfig()
851 return (config.wepKeys[0] != null) ? SECURITY_WEP : SECURITY_NONE; in getSecurity()
1409 updateWepKeysConfig.wepKeys = new String[] {tempKey}; in testUpdateWepKeysChanged()
17916 field public java.lang.String[] wepKeys;
24384 field public java.lang.String[] wepKeys;
24453 field public java.lang.String[] wepKeys;
26621 field public java.lang.String[] wepKeys;