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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java704 assertFalse(mDut.sendCurrentNetworkEapIdentityResponse(identity));
707 assertTrue(mDut.sendCurrentNetworkEapIdentityResponse(identity));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java533 return mSupplicantStaIfaceHal.sendCurrentNetworkEapIdentityResponse(response);
H A DSupplicantStaIfaceHal.java589 public boolean sendCurrentNetworkEapIdentityResponse(String identityStr) { method in class:SupplicantStaIfaceHal

Completed in 68 milliseconds