Home
last modified time | relevance | path

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

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