Searched refs:configMethod (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java1747 private static short stringToWpsConfigMethod(String configMethod) { argument
1748 switch (configMethod) {
1779 "Invalid WPS config method: " + configMethod);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java2161 private static short stringToWpsConfigMethod(String configMethod) { argument
2162 switch (configMethod) {
2193 "Invalid WPS config method: " + configMethod);

Completed in 44 milliseconds