Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1012 assertFalse(mDut.sendCurrentNetworkEapSimUmtsAutsResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimUmtsAutsResponse()
1015 assertTrue(mDut.sendCurrentNetworkEapSimUmtsAutsResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimUmtsAutsResponse()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1900 return mSupplicantStaIfaceHal.sendCurrentNetworkEapSimUmtsAutsResponse( in simAuthResponse()
DSupplicantStaIfaceHal.java1133 public boolean sendCurrentNetworkEapSimUmtsAutsResponse( in sendCurrentNetworkEapSimUmtsAutsResponse() method in SupplicantStaIfaceHal