Searched refs:suppState (Results 1 – 3 of 3) sorted by relevance
513 public static DetailedState getDetailedStateOf(SupplicantState suppState) { in getDetailedStateOf() argument514 return stateMap.get(suppState); in getDetailedStateOf()
639 String suppState = System.getProperty("init.svc.wpa_supplicant"); in killSupplicant() local640 if (suppState == null) suppState = "unknown"; in killSupplicant()645 + " init.svc.wpa_supplicant=" + suppState in killSupplicant()
4523 String suppState = System.getProperty("init.svc.wpa_supplicant"); in enter() local4524 if (suppState == null) suppState = "unknown"; in enter()4529 + " init.svc.wpa_supplicant=" + suppState in enter()