Searched refs:configMethodsStr (Results 1 – 2 of 2) sorted by relevance
2143 public boolean setWpsConfigMethods(String configMethodsStr) { in setWpsConfigMethods() argument2147 new SupplicantResult("setWpsConfigMethods(" + configMethodsStr + ")"); in setWpsConfigMethods()2149 String[] configMethodsStrArr = configMethodsStr.split("\\s+"); in setWpsConfigMethods()
1522 public boolean setWpsConfigMethods(@NonNull String ifaceName, String configMethodsStr) { in setWpsConfigMethods() argument1525 String[] configMethodsStrArr = configMethodsStr.split("\\s+"); in setWpsConfigMethods()