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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java145 * The WifiStateMachine handles SoftAp and Client operations while WifiP2pService
150 public class WifiStateMachine extends StateMachine implements WifiNative.WifiRssiEventHandler { class in inherits:StateMachine,WifiNative.WifiRssiEventHandler
159 private static final String TAG = "WifiStateMachine";
563 // WifiStateMachine starts up
809 * Used to handle messages bounced between WifiStateMachine and IpManager.
825 AsyncChannel.class, WifiStateMachine.class, DhcpClient.class };
1003 public WifiStateMachine(Context context, FrameworkFacade facade, Looper looper, method in class:WifiStateMachine
1007 super("WifiStateMachine", looper);
1609 return mWifiNative.startRssiMonitoring(maxRssi, minRssi, WifiStateMachine.this);
1689 // TODO this is a temporary measure to bridge between WifiScanner and WifiStateMachine unti
[all...]

Completed in 296 milliseconds