Searched refs:setWepKey (Results 1 – 4 of 4) sorted by relevance
463 if (!setWepKey(i, NativeUtil.byteArrayFromArrayList( in saveWifiConfiguration()1679 private boolean setWepKey(int keyIdx, byte[] wepKey) { in setWepKey() method in SupplicantStaNetworkHalAidlImpl1686 mISupplicantStaNetwork.setWepKey(keyIdx, wepKey); in setWepKey()
416 if (!setWepKey( in saveWifiConfiguration()1826 private boolean setWepKey(int keyIdx, java.util.ArrayList<Byte> wepKey) { in setWepKey() method in SupplicantStaNetworkHalHidlImpl1831 SupplicantStatus status = mISupplicantStaNetwork.setWepKey(keyIdx, wepKey); in setWepKey()
1493 }).when(mISupplicantStaNetworkMock).setWepKey(any(int.class), any(byte[].class)); in setupISupplicantNetworkMock()
1854 }).when(mISupplicantStaNetworkMock).setWepKey(any(int.class), any(ArrayList.class)); in setupISupplicantNetworkMock()