Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java2332 public ArrayList<Byte>[] wepKey = new ArrayList[4]; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
H A DSupplicantStaIfaceHalTest.java2933 int securityType, String wepKey) throws Exception { in executeAndValidateConnectSequenceWithKeyMgmt()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java1807 private boolean setWepKey(int keyIdx, java.util.ArrayList<Byte> wepKey) { in setWepKey()