Searched refs:suppState (Results 1 – 3 of 3) sorted by relevance
503 public static DetailedState getDetailedStateOf(SupplicantState suppState) { in getDetailedStateOf() argument504 return stateMap.get(suppState); in getDetailedStateOf()
648 String suppState = System.getProperty("init.svc.wpa_supplicant"); in killSupplicant() local649 if (suppState == null) suppState = "unknown"; in killSupplicant()654 + " init.svc.wpa_supplicant=" + suppState in killSupplicant()
5970 String suppState = System.getProperty("init.svc.wpa_supplicant"); in enter() local5971 if (suppState == null) suppState = "unknown"; in enter()5976 + " init.svc.wpa_supplicant=" + suppState in enter()