Home
last modified time | relevance | path

Searched refs:wepKey (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1225 mSupplicantVariables.wepKey[keyIdx] = key; in setupISupplicantNetworkMock()
1232 cb.onValues(mStatusSuccess, mSupplicantVariables.wepKey[keyIdx]); in setupISupplicantNetworkMock()
1806 public ArrayList<Byte>[] wepKey = new ArrayList[4]; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
DSupplicantStaIfaceHalTest.java2483 int keyMgmt, String wepKey) throws Exception { in executeAndValidateConnectSequenceWithKeyMgmt() argument
2488 config.wepKeys[0] = wepKey; in executeAndValidateConnectSequenceWithKeyMgmt()
/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java2813 for (String wepKey : wepKeys) { in writeToParcel()
2814 dest.writeString(wepKey); in writeToParcel()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java1605 private boolean setWepKey(int keyIdx, java.util.ArrayList<Byte> wepKey) { in setWepKey() argument
1610 SupplicantStatus status = mISupplicantStaNetwork.setWepKey(keyIdx, wepKey); in setWepKey()