summaryrefslogtreecommitdiffstats
path: root/service/java/com/android/server/wifi/WifiConfigStore.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "aggressively blacklist WifiConfiguration for the purpose of switching...Michael Gernoth2015-05-051-20/+0
* Wifi: Filter the scan results based on the configured bandNalla Kartheek2015-04-111-1/+7
* Wifi: Add IBSS supported methodBruno Randolf2015-03-121-0/+35
* Merge tag 'android-5.1.0_r1' into HEADAnh Nguyen2015-03-101-128/+304
|\
| * aggressively blacklist WifiConfiguration for the purpose of switching networkvandwalle2015-01-271-0/+20
| * Fix an NPE in WifiConfigStoreVinit Deshpande2015-01-091-10/+12
| * add debug logs to confirm network flapping issue is fixedvandwalle2014-12-171-2/+1
| * fix logspamvandwalle2014-12-111-2/+19
| * make sure wificonfiguration scan cache doesnt grow unboundedvandwalle2014-12-111-1/+9
| * handle beacons reported with wrong RSSI value of 0vandwalle2014-12-101-0/+5
| * adjust network switching thresholdsvandwalle2014-12-091-0/+4
| * Merge changes I0d49fa29,I0acacd3f into lmp-mr1-devPrem Kumar2014-12-061-3/+15
| |\
| | * rework scan logic so as to make use of delayed messages instead of scan alarmvandwalle2014-12-051-3/+12
| | * reenable disabled config after a few minutesvandwalle2014-12-051-0/+3
| * | Merge "- keep track of ephemeral configurations that are deleted by user - m...Jeff Davidson2014-12-061-0/+69
| |\ \ | | |/ | |/|
| | * - keep track of ephemeral configurations that are deleted by uservandwalle2014-12-051-0/+69
| * | Read all networks despite message limit of 4096 bytesVinit Deshpande2014-12-041-53/+61
| |/
| * Don't enable ephemeral networks when bringing up Wi-Fi.Jeff Davidson2014-11-141-1/+1
| * - better handling of deleted configurations, only keep a crc32 of deleted SSIDsvandwalle2014-11-121-67/+66
| * dont blacklist wifi config that have had validated internet status in the pastvandwalle2014-11-101-6/+17
| * Support conversion of untrusted networks to trusted.Jeff Davidson2014-11-041-0/+2
| * Propagate WifiConfiguration ephemeral bit to ScanResult.Jeff Davidson2014-10-311-0/+6
| * various fixes:vandwalle2014-10-281-1/+6
| * am 88daa7e9: Mark configuration as disabled, if it is disabled by WifiManagerVinit Deshpande2014-10-241-0/+1
| |\
| | * Mark configuration as disabled, if it is disabled by WifiManagerVinit Deshpande2014-10-231-0/+1
| * | am 1ec92c57: - detect that firmware cant stay connected to 5GHz AP and tune d...vandwalle2014-10-221-2/+52
| |\|
| | * - detect that firmware cant stay connected to 5GHz AP and tune down 5GHz pref...vandwalle2014-10-211-2/+52
| * | am dd0c5587: Taking into account user join preference more aggressively; add ...vandwalle2014-10-181-0/+10
| |\|
| * | am 6db73827: Merge "fix bssid blacklisting Bug:17960587 Bug:17966377" into lm...vandwalle2014-10-161-6/+10
| |\ \
| * | | Allow connections to untrusted SSIDs when requested.Jeff Davidson2014-10-141-8/+16
* | | | Merge "wifi: Do not update conf file with the default sim_num value"Linux Build Service Account2015-02-121-7/+9
|\ \ \ \
| * | | | wifi: Do not update conf file with the default sim_num valueSravanthi Palakonda2015-01-141-7/+9
* | | | | Merge "wifi:Provide UI with SIM info for EAP-SIM authentication"Linux Build Service Account2015-02-121-0/+18
|\| | | |
| * | | | wifi:Provide UI with SIM info for EAP-SIM authenticationSravanthi Palakonda2015-01-141-0/+18
* | | | | WiFi: Provide fix for connection failure with saved profileNalla Kartheek2015-02-111-1/+2
|/ / / /
* | | | wifi: Provide fix for no connect status for a network with WPA-PSK followed b...Ravi Joshi2014-11-261-4/+31
* | | | Merge "Wifi: Reduce auto join scans when p2p is connected"Linux Build Service Account2014-11-201-0/+28
|\ \ \ \
| * | | | Wifi: Reduce auto join scans when p2p is connectedArif Hussain2014-11-191-0/+28
* | | | | Wifi:Fix issue in connection in WPS mode when STA_AUTOCONNECT is disabledNagaraj2014-11-191-0/+29
|/ / / /
* | | | wifi: update to blacklisting mechanismSagar Regmi2014-11-051-0/+23
* | | | Mark configuration as disabled, if it is disabled by WifiManagerVinit Deshpande2014-10-241-0/+1
* | | | - detect that firmware cant stay connected to 5GHz AP and tune down 5GHz pref...vandwalle2014-10-221-2/+52
| |_|/ |/| |
* | | Taking into account user join preference more aggressively; add debug info fo...vandwalle2014-10-161-0/+10
| |/ |/|
* | fix bssid blacklistingvandwalle2014-10-151-6/+10
|/
* reenable networks completely, 5 mins after DHCP failure blacklist; revert agg...vandwalle2014-10-111-4/+10
* various fixes:vandwalle2014-10-071-5/+9
* - slightly better network logvandwalle2014-10-031-8/+28
* - make rssi poll and wifi scan when associated configurablevandwalle2014-09-241-25/+78
* - better sanity check on psk for linking configvandwalle2014-09-231-52/+146
* various fixes:vandwalle2014-09-181-72/+120