Home
last modified time | relevance | path

Searched refs:getWepKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java206 if (getWepKey(i) && !ArrayUtils.isEmpty(mWepKey)) { in loadWifiConfiguration()
2401 private boolean getWepKey(int keyIdx) { in getWepKey() method in SupplicantStaNetworkHal
2407 mISupplicantStaNetwork.getWepKey(keyIdx, (SupplicantStatus status, in getWepKey()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1235 .getWepKey(any(int.class), any(ISupplicantStaNetwork.getWepKeyCallback.class)); in setupISupplicantNetworkMock()