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.java205 if (getWepKey(i) && !ArrayUtils.isEmpty(mWepKey)) { in loadWifiConfiguration()
2119 private boolean getWepKey(int keyIdx) { in getWepKey() method in SupplicantStaNetworkHal
2125 mISupplicantStaNetwork.getWepKey(keyIdx, (SupplicantStatus status, in getWepKey()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1158 .getWepKey(any(int.class), any(ISupplicantStaNetwork.getWepKeyCallback.class)); in setupISupplicantNetworkMock()