Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java537 if (getEapPhase2Method()) { in loadWifiEnterpriseConfig()
2805 private boolean getEapPhase2Method() { in getEapPhase2Method() method in SupplicantStaNetworkHal
2811 mISupplicantStaNetwork.getEapPhase2Method((SupplicantStatus status, in getEapPhase2Method()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1982 .getEapPhase2Method(any(ISupplicantStaNetwork.getEapPhase2MethodCallback.class)); in setupISupplicantNetworkMock()