Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaIfaceHalTest.java787 assertFalse(mDut.sendCurrentNetworkEapIdentityResponse(WLAN0_IFACE_NAME, identity, in testSetCurrentNetworkEapIdentityResponse()
792 assertTrue(mDut.sendCurrentNetworkEapIdentityResponse(WLAN0_IFACE_NAME, identity, in testSetCurrentNetworkEapIdentityResponse()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java2415 return mSupplicantStaIfaceHal.sendCurrentNetworkEapIdentityResponse(ifaceName,
H A DSupplicantStaIfaceHal.java1234 public boolean sendCurrentNetworkEapIdentityResponse( in sendCurrentNetworkEapIdentityResponse() method in SupplicantStaIfaceHal