Home
last modified time | relevance | path

Searched refs:setEapIdentity (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java607 && !setEapIdentity(NativeUtil.stringToByteArrayList(eapParam))) { in saveWifiEnterpriseConfig()
1560 private boolean setEapIdentity(java.util.ArrayList<Byte> identity) { in setEapIdentity() method in SupplicantStaNetworkHal
1565 SupplicantStatus status = mISupplicantStaNetwork.setEapIdentity(identity); in setEapIdentity()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1361 }).when(mISupplicantStaNetworkMock).setEapIdentity(any(ArrayList.class)); in setupISupplicantNetworkMock()