Home
last modified time | relevance | path

Searched defs:wepKey (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImplTest.java2978 String ssid, int securityType, String wepKey, boolean hasEverConnected) in executeAndValidateConnectSequenceWithKeyMgmt()
3009 String ssid, int securityType, String wepKey) throws Exception { in executeAndValidateConnectSequenceWithKeyMgmt()
DSupplicantStaNetworkHalAidlImplTest.java1878 public ArrayList<Byte>[] wepKey = new ArrayList[4]; field in SupplicantStaNetworkHalAidlImplTest.SupplicantNetworkVariables
DSupplicantStaIfaceHalHidlImplTest.java3289 String ssid, int securityType, String wepKey, boolean hasEverConnected) in executeAndValidateConnectSequenceWithKeyMgmt()
3320 String ssid, int securityType, String wepKey) throws Exception { in executeAndValidateConnectSequenceWithKeyMgmt()
DSupplicantStaNetworkHalHidlImplTest.java2525 public ArrayList<Byte>[] wepKey = new ArrayList[4]; field in SupplicantStaNetworkHalHidlImplTest.SupplicantNetworkVariables
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHalAidlImpl.java1679 private boolean setWepKey(int keyIdx, byte[] wepKey) { in setWepKey()
DSupplicantStaNetworkHalHidlImpl.java1826 private boolean setWepKey(int keyIdx, java.util.ArrayList<Byte> wepKey) { in setWepKey()