summaryrefslogtreecommitdiff
path: root/service/java/com/android/server/wifi/ActiveModeWarden.java
AgeCommit message (Expand)Author
2021-05-07wifi: Add StaState API [2/2]Kshitij Gupta
2020-07-01Fix quickly toggling airplane mode on then off could leave Wifi disabledDavid Su
2020-06-03ActiveModeWarden: Defer APM toggle if handling a previous toggleRoshan Pius
2020-04-26Skip self recovery and bug report capture during SHUTDOWNKai Shi
2020-04-06HalDeviceManager: Add a new query API for device capabilitiesRoshan Pius
2020-01-29Remove config_wifi_convert_apband_5ghz_to_any overlayDavid Su
2020-01-28ActiveModeManager: Method to check if STA/AP concurrency is supportedRoshan Pius
2020-01-28ActiveModeWarden: Register for iface availability callbackRoshan Pius
2020-01-23wifi: Changes to BatteryStatsManager APIRoshan Pius
2020-01-10softap: Add timeoutdelay customize and config update support.lesl
2020-01-07Catches missing case CMD_RECOVERY_RESTART_WIFI in DefaultState.Daniel Norman
2019-12-26wifi: Add SoftAp Max Client control supportlesl
2019-12-12wifi: Use constants from BatteryStatsManagerRoshan Pius
2019-12-06ActiveModeWarden: Don't cache resource value in constructorRoshan Pius
2019-12-03wifi: Use SoftApConfiguration to replace WifiConfiguration for SoftAplesl
2019-11-25wifi-service: Convert to java_libraryRoshan Pius
2019-11-22Allow scan hidden networks during scan-only modeAhmed ElArabawy
2019-11-07WifiStack: Formalize wifi resource usagesRoshan Pius
2019-10-27Merge changes I3b31a5e2,I292ccafeTreeHugger Robot
2019-10-27Merge "WifiStack: Migrate to BatteryStatsManager SystemApi"Roshan Pius
2019-10-26ActiveModeWarden: Remove redundant SoftApCallbackRoshan Pius
2019-10-26ActiveModeWarden: Add roles for each mode managerRoshan Pius
2019-10-24Support for hotspot client visibility.James Mattis
2019-10-24WifiStack: Migrate to BatteryStatsManager SystemApiRoshan Pius
2019-10-03WifiController: Handle recovery in DisabledState as wellRoshan Pius
2019-10-01ActiveModeWarden: Support multiple ClientModeManagersRoshan Pius
2019-10-01ActiveModeWarden: Rename softap/start methodsRoshan Pius
2019-10-01ActiveModeWarden: Remove ScanOnlyModeManagerRoshan Pius
2019-10-01WifiController: Remove the scan only stateRoshan Pius
2019-10-01WifiSettingsStore: Remove saved wifi stateRoshan Pius
2019-10-01ActiveModeManager: Add a generic mode manager callbackRoshan Pius
2019-09-25Start Wifi directly in Client modeDavid Su
2019-09-18Revert "Revert WifiController/ActiveModeWarden refactor due to boot time regr...Roshan Pius
2019-09-12Revert WifiController/ActiveModeWarden refactor due to boot time regressionDavid Su
2019-09-09WifiController: Only go to scan mode if we are NOT in airplane modeDavid Su
2019-09-09Fixed WifiController test cases that were moved to ActiveModeWardenTestDavid Su
2019-09-03ActiveModeWarden refactor: Fixed all unit tests except WifiControllerTestDavid Su
2019-09-03ActiveModeWarden: made EcmState into an abstract base stateDavid Su
2019-09-03ActiveModeWarden: Clean up code so that code compilesDavid Su
2019-09-03Merged WifiController and ActiveModeWarden.ModeStateMachineDavid Su
2019-09-03WifiController: Inline callbacks that are only used onceDavid Su
2019-09-03Move WifiController into ActiveModeWarden as an inner classDavid Su
2019-09-03Clean up ActiveModeWarden before merging WifiControllerDavid Su
2019-08-30Migrate WifiServiceImpl to use WifiThreadRunnerDavid Su
2019-08-15WifiController: removed deferred enableDavid Su
2019-08-15[WifiServicelImpl] Do away with mIfaceIpModesMichael Plass
2019-08-15Refactor LOHS state managementMichael Plass
2019-08-15Use callbacks instead of broadcasts to update LOHS stateMichael Plass
2019-08-08Avoid spurious mode changes in ActiveModeWardenMichael Plass
2019-03-19Don't indicate AP when LOHS is active.Tomasz Wasilczyk
2019-02-15Don't bring down LOHS when disabling Tethering.Tomasz Wasilczyk
2018-07-23WifiScanningService: Scanner enable/disableRoshan Pius
2018-07-03ClientModeImpl: rename WSM to CMIRebecca Silberstein
2018-06-21ActiveModeWarden: move WSMP to AMWRebecca Silberstein