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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java316 public int wepTxKeyIndex; field in class:WifiConfiguration
600 wepTxKeyIndex = source.wepTxKeyIndex;
628 dest.writeInt(wepTxKeyIndex);
659 config.wepTxKeyIndex = in.readInt();

Completed in 33 milliseconds