Searched refs:wepKey (Results 1 – 4 of 4) sorted by relevance
1225 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
2483 int keyMgmt, String wepKey) throws Exception { in executeAndValidateConnectSequenceWithKeyMgmt() argument2488 config.wepKeys[0] = wepKey; in executeAndValidateConnectSequenceWithKeyMgmt()
2813 for (String wepKey : wepKeys) { in writeToParcel()2814 dest.writeString(wepKey); in writeToParcel()
1605 private boolean setWepKey(int keyIdx, java.util.ArrayList<Byte> wepKey) { in setWepKey() argument1610 SupplicantStatus status = mISupplicantStaNetwork.setWepKey(keyIdx, wepKey); in setWepKey()