summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/SoftApManagerTest.java
Commit message (Expand)AuthorAgeFilesLines
* SoftApManager: Simplify band preference violation metrics updateRoshan Pius2019-05-021-43/+4
* SoftApManager: Don't set mApInterfaceName to null when interface destroyed.lesl2019-02-271-1/+1
* hotspot: fix client number not reset when hotspot disablelesl2019-02-211-0/+27
* Take 2 of Migrate frameworks/opt/net/wifi to androidx.testBrett Chabot2018-12-191-1/+2
* Revert "Migrate frameworks/opt/net/wifi to androidx.test"Brett Chabot2018-12-191-2/+1
* Migrate frameworks/opt/net/wifi to androidx.testBrett Chabot2018-12-141-1/+2
* SoftApManager: Handle asynchronous failuresRoshan Pius2018-08-201-0/+35
* SoftApManager: Set country code before channel selectionRoshan Pius2018-07-111-12/+136
* WiFi: Extend SAR to support sap/scan-only modesAhmed ElArabawy2018-06-081-7/+18
* WifiMetrics: Add metrics when softap band preference unsatisfiedRoshan Pius2018-05-171-6/+102
* SoftApManager: no teardown when iface destroyedRebecca Silberstein2018-05-081-1/+1
* ModeManagers should stop their state machineRebecca Silberstein2018-04-191-0/+24
* WifiStateMachinePrime: centralize native failure handlingRebecca Silberstein2018-04-181-68/+0
* Updates Metrics for Soft AP channel and bandwidthMehdi Alizadeh2018-03-231-0/+16
* SoftApManager: handle interface downRebecca Silberstein2018-03-011-2/+16
* Call onNumClientsChanged after soft AP is EnabledMehdi Alizadeh2018-02-161-3/+5
* WifiStateMachinePrime: add tests and remove individual iface teardownRebecca Silberstein2018-02-121-3/+146
* Update SmallTest libraryEtan Cohen2018-01-261-1/+1
* WifiNative: Use iface name for WifiNative methodsRoshan Pius2018-01-221-5/+6
* SoftApManager: Move to new interface mgmt methodsRoshan Pius2018-01-221-321/+41
* Unit tests for registering soft AP callbacksMehdi Alizadeh2018-01-181-4/+7
* Registers callbacks for soft AP eventsMehdi Alizadeh2018-01-181-32/+32
* WifiController: activate SoftApMode in WSMPRebecca Silberstein2017-12-131-4/+1
* SoftApManager: move interface creationRebecca Silberstein2017-12-121-10/+349
* Adds timeout mechanism for soft AP when no clientsMehdi Alizadeh2017-12-061-27/+153
* WificondControl: Move to centralized death handlingRoshan Pius2017-11-291-10/+7
* WificondControl: Expose methods for softap operationsRoshan Pius2017-11-271-42/+40
* Merge "Collects metrics for number of soft AP clients"Mehdi Alizadeh2017-11-131-0/+10
|\
| * Collects metrics for number of soft AP clientsMehdi Alizadeh2017-11-131-0/+10
* | Merge "Get channels info from wificond"TreeHugger Robot2017-11-131-1/+0
|\ \ | |/ |/|
| * Get channels info from wificondNingyuan Wang2017-11-081-1/+0
* | Adds ApInterfaceListener to receive callbacksMehdi Alizadeh2017-11-091-6/+109
|/
* SoftApManager: move ap state change bcast to ap managerRebecca Silberstein2017-10-311-29/+183
* SoftApManager: plumb softap mode in to SoftAPModeManagerRebecca Silberstein2017-10-311-12/+27
* SoftApManager: track iface nameRebecca Silberstein2017-10-311-0/+28
* SoftApManager: support hidden ap configsRebecca Silberstein2017-07-051-1/+19
* SoftApManager: retrieve config when nullRebecca Silberstein2017-03-151-7/+17
* SoftApManager: add WifiMetrics to constructorRebecca Silberstein2017-02-241-1/+3
* SoftApManager: move config argument to constructorRebecca Silberstein2016-10-241-26/+65
* SoftApManager should listen for interface up/downChristopher Wiley2016-10-111-2/+14
* Use wificond to configure and start hostapdChristopher Wiley2016-08-011-13/+14
* Tear down AP when wificond's IApInterface diesChristopher Wiley2016-07-131-2/+25
* Remove all knowledge of tethering from SoftApManagerChristopher Wiley2016-05-311-82/+1
* Move test components into its own static libraryChristopher Wiley2016-05-191-2/+3
* Refactor SoftApManagerTest.Daniel Erat2016-04-181-90/+76
* Add SoftApManager classPeter Qiu2016-02-181-0/+242