Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/
H A DAddAppNetworksFragment.java317 private String getWepKey(WifiConfiguration config) { in getWepKey() method in AddAppNetworksFragment
347 final String wep = getWepKey(specifiedConfig); in isSavedWifiConfiguration()
348 final String savedWep = getWepKey(privilegedWifiConfiguration); in isSavedWifiConfiguration()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp361 sta_network_->getWepKey(i, [&](const SupplicantStatus& status, in TEST_P()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java212 if (getWepKey(i) && !ArrayUtils.isEmpty(mWepKey)) { in loadWifiConfiguration()
2677 private boolean getWepKey(int keyIdx) { in getWepKey() method in SupplicantStaNetworkHal
2683 mISupplicantStaNetwork.getWepKey(keyIdx, (SupplicantStatus status, in getWepKey()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantStaNetwork.hal716 getWepKey(uint32_t keyIdx)
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java1668 .getWepKey(any(int.class), any(ISupplicantStaNetwork.getWepKeyCallback.class)); in setupISupplicantNetworkMock()