Searched refs:setWepKey (Results 1 – 4 of 4) sorted by relevance
357 sta_network_->setWepKey( in TEST_P()
405 if (!setWepKey( in saveWifiConfiguration()1807 private boolean setWepKey(int keyIdx, java.util.ArrayList<Byte> wepKey) { in setWepKey() method in SupplicantStaNetworkHal1812 SupplicantStatus status = mISupplicantStaNetwork.setWepKey(keyIdx, wepKey); in setWepKey()
309 setWepKey(uint32_t keyIdx, vec<uint8_t> wepKey)
1661 }).when(mISupplicantStaNetworkMock).setWepKey(any(int.class), any(ArrayList.class)); in setupISupplicantNetworkMock()