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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java309 public int wepTxKeyIndex; field in class:WifiConfiguration
2065 wepTxKeyIndex = source.wepTxKeyIndex;
2144 dest.writeInt(wepTxKeyIndex);
2213 config.wepTxKeyIndex = in.readInt();

Completed in 13 milliseconds