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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java156 * The WifiStateMachine handles SoftAp and Client operations while WifiP2pService
161 public class WifiStateMachine extends StateMachine implements WifiNative.WifiRssiEventHandler, class in inherits:StateMachine,WifiNative.WifiRssiEventHandler,WifiMulticastLockManager.FilterController
169 private static final String TAG = "WifiStateMachine";
453 // WifiStateMachine starts up
620 * Initialize the WifiStateMachine. This is currently used to initialize the
682 * Used to handle messages bounced between WifiStateMachine and IpManager.
716 AsyncChannel.class, WifiStateMachine.class, DhcpClient.class };
872 public WifiStateMachine(Context context, FrameworkFacade facade, Looper looper, method in class:WifiStateMachine
876 super("WifiStateMachine", looper);
1467 return mWifiNative.startRssiMonitoring(maxRssi, minRssi, WifiStateMachine
[all...]

Completed in 72 milliseconds