Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java976 assertFalse(mDut.sendCurrentNetworkEapSimGsmAuthResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimGsmAuthResponse()
979 assertTrue(mDut.sendCurrentNetworkEapSimGsmAuthResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimGsmAuthResponse()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1895 return mSupplicantStaIfaceHal.sendCurrentNetworkEapSimGsmAuthResponse( in simAuthResponse()
DSupplicantStaIfaceHal.java1105 public boolean sendCurrentNetworkEapSimGsmAuthResponse( in sendCurrentNetworkEapSimGsmAuthResponse() method in SupplicantStaIfaceHal