Home
last modified time | relevance | path

Searched refs:getPairwiseCipher (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp298 sta_network_->getPairwiseCipher( in TEST_P()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantStaNetwork.hal675 getPairwiseCipher()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java2487 private boolean getPairwiseCipher() { in getPairwiseCipher() method in SupplicantStaNetworkHal
2498 mISupplicantStaNetwork.getPairwiseCipher((SupplicantStatus status, in getPairwiseCipher()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java1852 .getPairwiseCipher(any(ISupplicantStaNetwork.getPairwiseCipherCallback.class)); in setupISupplicantNetworkMock()