Searched refs:wepTxKeyIndex (Results 1 – 12 of 12) sorted by relevance
321 configuration.wepTxKeyIndex = TEST_WEP_TX_KEY_INDEX; in createWepNetwork()336 configuration.wepTxKeyIndex = 0; in createWepNetworkWithSingleKey()553 assertEquals(expected.wepTxKeyIndex, actual.wepTxKeyIndex); in assertCommonConfigurationElementsEqual()654 assertEquals(expected.wepTxKeyIndex, actual.wepTxKeyIndex); in assertConfigurationEqualForSupplicant()
338 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()
1755 assertFalse(wepNetwork.wepTxKeyIndex == 3); in testUpdateWepTxKeyClearsHasEverConnected()1756 wepNetwork.wepTxKeyIndex = 3; in testUpdateWepTxKeyClearsHasEverConnected()4704 assertNotEquals(wepTxKeyIdx, configuration.wepTxKeyIndex); in assertAndSetNetworkWepKeysAndTxIndex()4706 configuration.wepTxKeyIndex = wepTxKeyIdx; in assertAndSetNetworkWepKeysAndTxIndex()
531 public int wepTxKeyIndex; field in WifiConfiguration2384 wepTxKeyIndex = source.wepTxKeyIndex; in WifiConfiguration()2466 dest.writeInt(wepTxKeyIndex); in writeToParcel()2540 config.wepTxKeyIndex = in.readInt();
427 if (existingConfig.wepTxKeyIndex != newConfig.wepTxKeyIndex) { in hasCredentialChanged()
313 configuration.wepTxKeyIndex = (int) value; in parseWifiConfigurationFromXmlInternal()
199 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()
646 configuration.wepTxKeyIndex = in createWifiConfiguration()
958 internalConfig.wepTxKeyIndex = externalConfig.wepTxKeyIndex; in mergeWithInternalWifiConfiguration()
394 XmlUtil.writeNextValue(out, XML_TAG_WEP_TX_KEY_INDEX, configuration.wepTxKeyIndex); in writeCommonElementsToXml()548 configuration.wepTxKeyIndex = (int) value; in parseFromXml()
17917 field public int wepTxKeyIndex;
29633 field @Deprecated public int wepTxKeyIndex;