Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java322 configuration.wepTxKeyIndex = TEST_WEP_TX_KEY_INDEX; in createWepNetwork()
337 configuration.wepTxKeyIndex = 0; in createWepNetworkWithSingleKey()
554 assertEquals(expected.wepTxKeyIndex, actual.wepTxKeyIndex); in assertCommonConfigurationElementsEqual()
655 assertEquals(expected.wepTxKeyIndex, actual.wepTxKeyIndex); in assertConfigurationEqualForSupplicant()
DWifiBackupRestoreTest.java338 config.wepTxKeyIndex = 0; in createNetworkForConfigurationWithUnsupportedTag()
391 config.wepTxKeyIndex = 0; in createNetworkForConfigurationWithUnsupportedValuesInBitsetsInRestore()
969 config.wepTxKeyIndex = 0; in createNetworkForConfigurationWithV1_0Data()
1083 out.write(" " + "wep_tx_keyidx=" + configuration.wepTxKeyIndex + "\n"); in writeConfigurationToWpaSupplicantConf()
DWifiConfigManagerTest.java1770 assertFalse(wepNetwork.wepTxKeyIndex == 3); in testUpdateWepTxKeyClearsHasEverConnected()
1771 wepNetwork.wepTxKeyIndex = 3; in testUpdateWepTxKeyClearsHasEverConnected()
4757 assertNotEquals(wepTxKeyIdx, configuration.wepTxKeyIndex); in assertAndSetNetworkWepKeysAndTxIndex()
4759 configuration.wepTxKeyIndex = wepTxKeyIdx; in assertAndSetNetworkWepKeysAndTxIndex()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java532 public int wepTxKeyIndex; field in WifiConfiguration
2385 wepTxKeyIndex = source.wepTxKeyIndex; in WifiConfiguration()
2467 dest.writeInt(wepTxKeyIndex); in writeToParcel()
2541 config.wepTxKeyIndex = in.readInt();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigurationUtil.java319 if (existingConfig.wepTxKeyIndex != newConfig.wepTxKeyIndex) { in hasCredentialChanged()
DWifiBackupDataV1Parser.java314 configuration.wepTxKeyIndex = (int) value; in parseWifiConfigurationFromXmlInternal()
DSupplicantStaNetworkHal.java199 config.wepTxKeyIndex = -1; in loadWifiConfiguration()
201 config.wepTxKeyIndex = mWepTxKeyIdx; in loadWifiConfiguration()
332 if (!setWepTxKeyIdx(config.wepTxKeyIndex)) { in saveWifiConfiguration()
333 Log.e(TAG, "failed to set wep_tx_keyidx: " + config.wepTxKeyIndex); in saveWifiConfiguration()
DWifiBackupRestore.java646 configuration.wepTxKeyIndex = in createWifiConfiguration()
DWifiConfigManager.java978 internalConfig.wepTxKeyIndex = externalConfig.wepTxKeyIndex; in mergeWithInternalWifiConfiguration()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DXmlUtil.java429 XmlUtil.writeNextValue(out, XML_TAG_WEP_TX_KEY_INDEX, configuration.wepTxKeyIndex); in writeCommonElementsToXml()
590 configuration.wepTxKeyIndex = (int) value; in parseFromXml()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17917 field public int wepTxKeyIndex;
/frameworks/base/non-updatable-api/
Dcurrent.txt29918 field @Deprecated public int wepTxKeyIndex;
/frameworks/base/api/
Dcurrent.txt30062 field @Deprecated public int wepTxKeyIndex;