Searched refs:wepKey (Results 1 – 5 of 5) sorted by relevance
298 * @param wepKey value to set.309 setWepKey(uint32_t keyIdx, vec<uint8_t> wepKey)714 * @return wepKey value set.717 generates (SupplicantStatus status, vec<uint8_t> wepKey);
1658 mSupplicantVariables.wepKey[keyIdx] = key; in setupISupplicantNetworkMock()1665 cb.onValues(mStatusSuccess, mSupplicantVariables.wepKey[keyIdx]); in setupISupplicantNetworkMock()2332 public ArrayList<Byte>[] wepKey = new ArrayList[4]; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
2933 int securityType, String wepKey) throws Exception { in executeAndValidateConnectSequenceWithKeyMgmt() argument2938 config.wepKeys[0] = wepKey; in executeAndValidateConnectSequenceWithKeyMgmt()
3656 for (String wepKey : wepKeys) { in writeToParcel()3657 dest.writeString(wepKey); in writeToParcel()
1807 private boolean setWepKey(int keyIdx, java.util.ArrayList<Byte> wepKey) { in setWepKey() argument1812 SupplicantStatus status = mISupplicantStaNetwork.setWepKey(keyIdx, wepKey); in setWepKey()