Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java994 assertFalse(mDut.sendCurrentNetworkEapSimUmtsAuthResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimUmtsAuthResponse()
997 assertTrue(mDut.sendCurrentNetworkEapSimUmtsAuthResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimUmtsAuthResponse()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1897 return mSupplicantStaIfaceHal.sendCurrentNetworkEapSimUmtsAuthResponse( in simAuthResponse()
DSupplicantStaIfaceHal.java1115 public boolean sendCurrentNetworkEapSimUmtsAuthResponse( in sendCurrentNetworkEapSimUmtsAuthResponse() method in SupplicantStaIfaceHal