summaryrefslogtreecommitdiffstats
path: root/service/java/com/android/server/wifi/WifiConfigStore.java
Commit message (Expand)AuthorAgeFilesLines
* WifiConfigStore: Encrypt credentials for networks (4/4)Roshan Pius2019-11-141-11/+30
* WifiConfigStore: Encrypt credentials for networks (3/4)Roshan Pius2019-11-141-6/+0
* WifiConfigStore: Encrypt credentials for networks (2/4)Roshan Pius2019-11-141-4/+1
* WifiConfigStore: Encrypt credentials for networks (1/4)Roshan Pius2019-11-141-146/+63
* WifiConfigStore: Store integrity data in same fileRoshan Pius2019-08-071-32/+175
* Revert "WifiConfigStore: Limit integrity checks to single user devices"Roshan Pius2019-08-061-53/+29
* WifiConfigStore: Limit integrity checks to single user devicesRoshan Pius2019-08-011-29/+53
* WifiConfigStore: Add wtf for any data integrity failureRoshan Pius2019-06-071-1/+1
* WifiConfigManager: Handle file creation errors gracefullyRoshan Pius2019-04-181-8/+15
* WifiConfigStore: Fix dump formattingRoshan Pius2019-03-061-1/+1
* WifiMetrics: Add wifi config store IO duration metricsRoshan Pius2019-02-131-2/+17
* Add data integrity checking for wifi passwordsRich Cannings2019-01-311-5/+30
* WifiConfigStore: Remove spammy logRoshan Pius2019-01-181-4/+1
* WifiConfigStore Refactor (1/2)Roshan Pius2018-11-011-124/+275
* WifiConfigStore: Inform the clients when store has no data for themRoshan Pius2018-01-181-4/+39
* Create user store when migrating legacy configsPeter Qiu2017-03-021-0/+4
* Wifi configuration store data refactorPeter Qiu2017-02-091-12/+207
* WifiConfigStore: Start with no user storeRoshan Pius2016-12-151-10/+16
* WifiConfigStore: Log the exception in buffered writeRoshan Pius2016-12-081-1/+1
* WifiConfigManager: Don't load shared networks on user unlock/switchRoshan Pius2016-11-301-3/+12
* WifiConfigStore: Move log for store read/write timesRoshan Pius2016-11-101-0/+9
* WifiConfigStore: Ignore store dir creation failureRoshan Pius2016-09-131-3/+2
* Rename new WifiConfigManager/Store class and testsRoshan Pius2016-09-021-0/+366
* WifiConfigStore: Remove classRoshan Pius2016-06-221-1306/+0
* WifiConfigManager: Move blacklist to WifiConfigManagerRoshan Pius2016-06-211-21/+5
* Replace sVDBG and VDBG with mVerboseLoggingEnabledSamuel Tan2016-05-251-25/+30
* WifiConfigManager: Modify meaning of config.statusRoshan Pius2016-05-031-32/+4
* WifiConfigStore: instantiate mLocalLog and mFileObserver unconditionallySamuel Tan2016-04-211-9/+4
* Remove mShowNetworks from WifiConfigManager and WifiConfigStoreSamuel Tan2016-04-211-9/+5
* WifiConfigStore: rename VDBG to sVDBGSamuel Tan2016-04-211-21/+21
* Merge changes Ia5efa8a0,I2ec700c3 into nyc-devSamuel Tan2016-04-141-106/+2
|\
| * WifiConfigStore: remove migrateCerts()Samuel Tan2016-04-131-30/+0
| * WifiConfigStore: remove migrateOldEapTlsNative()Samuel Tan2016-04-131-76/+2
* | Merge "Fixed incomplete OSEN config code." into nyc-devJan Nordqvist2016-04-141-16/+46
|\ \ | |/ |/|
| * Fixed incomplete OSEN config code.Jan Nordqvist2016-04-131-16/+46
* | Merge "WifiConfigStore: set requirePMF when ieee80211w==2" into nyc-devTreeHugger Robot2016-04-131-2/+6
|\ \
| * | WifiConfigStore: set requirePMF when ieee80211w==2Rebecca Silberstein2016-04-131-2/+6
* | | Merge "Remove WifiConfigManager.mDeletedSSIDs" into nyc-devSamuel Tan2016-04-131-11/+0
|\ \ \
| * | | Remove WifiConfigManager.mDeletedSSIDsSamuel Tan2016-04-121-11/+0
| | |/ | |/|
* | | WifiConfigManager: Remove dead codeRoshan Pius2016-04-131-40/+0
| |/ |/|
* | WifiConfigStore: read requirePMF config variableRebecca Silberstein2016-04-121-2/+9
|/
* WifiConfigStore: write configKey for legacy networks to WPA supplicantSamuel Tan2016-04-041-0/+3
* Merge "Calling BackupManager.dataChanged for WifiNetwork Changes" into nyc-devRitesh Reddy2016-04-011-0/+8
|\
| * Calling BackupManager.dataChanged for WifiNetwork ChangesRitesh Reddy2016-03-141-0/+8
* | WifiConfigStore: use configKey instead of SSID as unique ID inSamuel Tan2016-03-311-47/+62
* | WifiConfigManager: Update network metadataRoshan Pius2016-03-221-8/+20
|/
* Wifi: send an explicit ENABLE_NETWORK with "no-connect"Sunil Dutt2016-03-081-1/+1
* WifiConfigStore: Cleanup logging in the moduleRoshan Pius2016-02-261-9/+13
* WifiConfigStore: New WifiConfigStore (Part 1)Roshan Pius2016-02-261-0/+1426
* Rename WifiConfigStore to WifiConfigManagerRoshan Pius2016-02-221-4958/+0