Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java597 if (!setEapPhase2Method(wifiConfigurationToSupplicantEapPhase2Method( in saveWifiEnterpriseConfig()
1545 private boolean setEapPhase2Method(int method) { in setEapPhase2Method() method in SupplicantStaNetworkHal
1550 SupplicantStatus status = mISupplicantStaNetwork.setEapPhase2Method(method); in setEapPhase2Method()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1341 }).when(mISupplicantStaNetworkMock).setEapPhase2Method(any(int.class)); in setupISupplicantNetworkMock()