Searched defs:setEapMethod (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java424 public void setEapMethod(int eapMethod) { method in class:WifiEnterpriseConfig
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java392 eapConfig.setEapMethod(supplicantToWifiConfigurationEapMethod(mEapMethod));
479 if (!setEapMethod(wifiConfigurationToSupplicantEapMethod(eapConfig.getEapMethod()))) {
1176 private boolean setEapMethod(int method) { method in class:SupplicantStaNetworkHal
1178 final String methodStr = "setEapMethod";
1181 SupplicantStatus status = mISupplicantStaNetwork.setEapMethod(method);

Completed in 478 milliseconds