Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java2400 private static short stringToWpsConfigMethod(String configMethod) { in stringToWpsConfigMethod() argument
2401 switch (configMethod) { in stringToWpsConfigMethod()
2432 "Invalid WPS config method: " + configMethod); in stringToWpsConfigMethod()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2599 private static short stringToWpsConfigMethod(String configMethod) { in stringToWpsConfigMethod() argument
2600 switch (configMethod) { in stringToWpsConfigMethod()
2631 "Invalid WPS config method: " + configMethod); in stringToWpsConfigMethod()