Searched refs:wepTxKeyIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java290 public int wepTxKeyIndex; field in class:WifiConfiguration
1851 wepTxKeyIndex = source.wepTxKeyIndex;
1934 dest.writeInt(wepTxKeyIndex);
2006 config.wepTxKeyIndex = in.readInt();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java314 config.wepTxKeyIndex = -1;
317 config.wepTxKeyIndex = Integer.parseInt(value);
716 Integer.toString(config.wepTxKeyIndex))) {
717 loge("failed to set wep_tx_keyidx: " + config.wepTxKeyIndex);

Completed in 630 milliseconds