Searched defs:WifiController (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiController.java40 * WifiController is the class used to manage on/off state of WifiStateMachine for various operating
43 public class WifiController extends StateMachine { class in inherits:StateMachine
44 private static final String TAG = "WifiController";
110 WifiController(Context context, WifiStateMachine wsm, Looper wifiStateMachineLooper, method in class:WifiController
313 log("WifiController msg " + msg + " getConfigWiFiDisableInECBM "
329 throw new RuntimeException("WifiController.handleMessage " + msg.what);
419 log("WifiController msg " + msg + " deferred for " +
549 log("WifiController: SCANNING_STOPPED when in scan mode -> StaDisabled");
564 log("WifiController msg " + msg + " deferred for " +

Completed in 47 milliseconds