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.java2393 private static short stringToWpsConfigMethod(String configMethod) { in stringToWpsConfigMethod() argument
2394 switch (configMethod) { in stringToWpsConfigMethod()
2425 "Invalid WPS config method: " + configMethod); in stringToWpsConfigMethod()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2429 private static short stringToWpsConfigMethod(String configMethod) { in stringToWpsConfigMethod() argument
2430 switch (configMethod) { in stringToWpsConfigMethod()
2461 "Invalid WPS config method: " + configMethod); in stringToWpsConfigMethod()