Home
last modified time | relevance | path

Searched refs:sendCurrentNetworkEapSimGsmAuthResponse (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java827 assertFalse(mDut.sendCurrentNetworkEapSimGsmAuthResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimGsmAuthResponse()
830 assertTrue(mDut.sendCurrentNetworkEapSimGsmAuthResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimGsmAuthResponse()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java2372 return mSupplicantStaIfaceHal.sendCurrentNetworkEapSimGsmAuthResponse(
H A DSupplicantStaIfaceHal.java1252 public boolean sendCurrentNetworkEapSimGsmAuthResponse( in sendCurrentNetworkEapSimGsmAuthResponse() method in SupplicantStaIfaceHal