Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java936 assertFalse(mDut.sendCurrentNetworkEapIdentityResponse(WLAN0_IFACE_NAME, identity, in testSetCurrentNetworkEapIdentityResponse()
941 assertTrue(mDut.sendCurrentNetworkEapIdentityResponse(WLAN0_IFACE_NAME, identity, in testSetCurrentNetworkEapIdentityResponse()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1937 return mSupplicantStaIfaceHal.sendCurrentNetworkEapIdentityResponse(ifaceName, in simIdentityResponse()
DSupplicantStaIfaceHal.java1063 public boolean sendCurrentNetworkEapIdentityResponse( in sendCurrentNetworkEapIdentityResponse() method in SupplicantStaIfaceHal