Searched refs:wepKey (Results 1 – 3 of 3) sorted by relevance
1148 mSupplicantVariables.wepKey[keyIdx] = key; in setupISupplicantNetworkMock()1155 cb.onValues(mStatusSuccess, mSupplicantVariables.wepKey[keyIdx]); in setupISupplicantNetworkMock()1602 public ArrayList<Byte>[] wepKey = new ArrayList[4]; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
2464 for (String wepKey : wepKeys) { in writeToParcel()2465 dest.writeString(wepKey); in writeToParcel()
1470 private boolean setWepKey(int keyIdx, java.util.ArrayList<Byte> wepKey) { in setWepKey() argument1475 SupplicantStatus status = mISupplicantStaNetwork.setWepKey(keyIdx, wepKey); in setWepKey()