Home
last modified time | relevance | path

Searched refs:wepTxKeyIndex (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java265 configuration.wepTxKeyIndex = TEST_WEP_TX_KEY_INDEX; in createWepNetwork()
281 configuration.wepTxKeyIndex = 0; in createWepNetworkWithSingleKey()
429 assertEquals(expected.wepTxKeyIndex, actual.wepTxKeyIndex); in assertCommonConfigurationElementsEqual()
521 assertEquals(expected.wepTxKeyIndex, actual.wepTxKeyIndex); in assertConfigurationEqualForSupplicant()
DWifiBackupRestoreTest.java758 out.write(" " + "wep_tx_keyidx=" + configuration.wepTxKeyIndex + "\n"); in writeConfigurationToWpaSupplicantConf()
DWifiConfigManagerTest.java1249 assertFalse(wepNetwork.wepTxKeyIndex == 3); in testUpdateWepTxKeyClearsHasEverConnected()
1250 wepNetwork.wepTxKeyIndex = 3; in testUpdateWepTxKeyClearsHasEverConnected()
3377 assertNotEquals(wepTxKeyIdx, configuration.wepTxKeyIndex); in assertAndSetNetworkWepKeysAndTxIndex()
3379 configuration.wepTxKeyIndex = wepTxKeyIdx; in assertAndSetNetworkWepKeysAndTxIndex()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java224 if (existingConfig.wepTxKeyIndex != newConfig.wepTxKeyIndex) { in hasCredentialChanged()
DSupplicantStaNetworkHal.java187 config.wepTxKeyIndex = -1; in loadWifiConfiguration()
189 config.wepTxKeyIndex = mWepTxKeyIdx; in loadWifiConfiguration()
295 if (!setWepTxKeyIdx(config.wepTxKeyIndex)) { in saveWifiConfiguration()
296 Log.e(TAG, "failed to set wep_tx_keyidx: " + config.wepTxKeyIndex); in saveWifiConfiguration()
DWifiBackupRestore.java688 configuration.wepTxKeyIndex = in createWifiConfiguration()
DWifiConfigManager.java762 internalConfig.wepTxKeyIndex = externalConfig.wepTxKeyIndex; in mergeWithInternalWifiConfiguration()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java308 public int wepTxKeyIndex; field in WifiConfiguration
1958 wepTxKeyIndex = source.wepTxKeyIndex; in WifiConfiguration()
2037 dest.writeInt(wepTxKeyIndex); in writeToParcel()
2105 config.wepTxKeyIndex = in.readInt();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java388 XmlUtil.writeNextValue(out, XML_TAG_WEP_TX_KEY_INDEX, configuration.wepTxKeyIndex); in writeCommonElementsToXml()
529 configuration.wepTxKeyIndex = (int) value; in parseFromXml()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17917 field public int wepTxKeyIndex;
/frameworks/base/api/
Dcurrent.txt26361 field public int wepTxKeyIndex;
Dsystem-current.txt28859 field public int wepTxKeyIndex;