Searched defs:wepTxKeyIdx (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java929 mSupplicantVariables.wepTxKeyIdx = keyIdx;
936 cb.onValues(mStatusSuccess, mSupplicantVariables.wepTxKeyIdx);
1309 public int wepTxKeyIdx; field in class:SupplicantStaNetworkHalTest.SupplicantNetworkVariables
H A DWifiConfigManagerTest.java904 int wepTxKeyIdx = WifiConfigurationTestUtil.TEST_WEP_TX_KEY_INDEX;
905 assertAndSetNetworkWepKeysAndTxIndex(network, wepKeys, wepTxKeyIdx);
915 wepTxKeyIdx = 0;
916 assertAndSetNetworkWepKeysAndTxIndex(network, wepKeys, wepTxKeyIdx);
925 wepTxKeyIdx = -1;
926 assertAndSetNetworkWepKeysAndTxIndex(network, wepKeys, wepTxKeyIdx);
3505 WifiConfiguration configuration, String[] wepKeys, int wepTxKeyIdx) {
3507 assertNotEquals(wepTxKeyIdx, configuration.wepTxKeyIndex);
3509 configuration.wepTxKeyIndex = wepTxKeyIdx;
3504 assertAndSetNetworkWepKeysAndTxIndex( WifiConfiguration configuration, String[] wepKeys, int wepTxKeyIdx) argument

Completed in 34 milliseconds