Searched defs:getEapMethod (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java211 int eapMethod = getEapMethod(jsonConfig.getString("eap"));
290 private static int getEapMethod(String eapMethod) { method in class:WifiConfigurationHelper
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java449 public int getEapMethod() { method in class:WifiEnterpriseConfig
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java365 && config.enterpriseConfig.getEapMethod() != WifiEnterpriseConfig.Eap.NONE) {
391 if (getEapMethod()) {
479 if (!setEapMethod(wifiConfigurationToSupplicantEapMethod(eapConfig.getEapMethod()))) {
480 Log.e(TAG, ssid + ": failed to set eap method: " + eapConfig.getEapMethod());
1697 private boolean getEapMethod() { method in class:SupplicantStaNetworkHal
1699 final String methodStr = "getEapMethod";
1703 mISupplicantStaNetwork.getEapMethod((SupplicantStatus status,

Completed in 5005 milliseconds