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.java793 assertFalse(mDut.sendCurrentNetworkEapSimUmtsAuthResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimUmtsAuthResponse()
796 assertTrue(mDut.sendCurrentNetworkEapSimUmtsAuthResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimUmtsAuthResponse()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2115 return mSupplicantStaIfaceHal.sendCurrentNetworkEapSimUmtsAuthResponse(
DSupplicantStaIfaceHal.java1210 public boolean sendCurrentNetworkEapSimUmtsAuthResponse( in sendCurrentNetworkEapSimUmtsAuthResponse() method in SupplicantStaIfaceHal