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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java308 public int wepTxKeyIndex; field in class:WifiConfiguration
1958 wepTxKeyIndex = source.wepTxKeyIndex;
2037 dest.writeInt(wepTxKeyIndex);
2105 config.wepTxKeyIndex = in.readInt();

Completed in 12 milliseconds