1. a1c02f0 autojoin scanning + P2P by vandwalle · 11 years ago
  2. 8ccabb8 handle beacons reported with wrong RSSI value of 0 Bug:18654243 by vandwalle · 11 years ago
  3. 93a1fdd adjust network switching thresholds Bug:18589301 by vandwalle · 11 years ago
  4. 88c9369 Merge "Allow interact-users-full access to scan results" into lmp-mr1-dev by Jason Monk · 11 years ago
  5. 4724608 Merge changes I0d49fa29,I0acacd3f into lmp-mr1-dev by Prem Kumar · 11 years ago
  6. a63fbdb Merge "- keep track of ephemeral configurations that are deleted by user - make sure we cleaned up prior ephemeral WiFiconfiguration from wpa_supplicant.conf Bug:18525241" into lmp-mr1-dev by Jeff Davidson · 11 years ago
  7. 8242cc8 rework scan logic so as to make use of delayed messages instead of scan alarm by vandwalle · 11 years ago
  8. abd1740 reenable disabled config after a few minutes by vandwalle · 11 years ago
  9. f8704c3 Allow interact-users-full access to scan results by Jason Monk · 11 years ago
  10. 2ce99b4 - keep track of ephemeral configurations that are deleted by user by vandwalle · 11 years ago
  11. e3939cb Read all networks despite message limit of 4096 bytes by Vinit Deshpande · 11 years ago
  12. 94d2ff0 Merge "Fix an NPE in RttService" into lmp-mr1-dev by Vinit Deshpande · 11 years ago
  13. 935a9c0 Work on issue #18118255: StateMachine aggressively keeping its own logs... by Dianne Hackborn · 11 years ago
  14. f392c01 Fix an NPE in RttService by Vinit Deshpande · 11 years ago
  15. 0eae650 Merge "remove dfs channel from location restricted scans" into lmp-mr1-dev by vandwalle · 11 years ago
  16. 9f2b116 register network factory before processing scan results Bug:18512598 by vandwalle · 11 years ago
  17. 9086afc remove dfs channel from location restricted scans by vandwalle · 11 years ago
  18. 833dcce - dont loose explicitely selected bit when autojoining same network by vandwalle · 11 years ago
  19. 1a36bf3 Merge "Don't enable ephemeral networks when bringing up Wi-Fi." into lmp-mr1-dev by Jeff Davidson · 11 years ago
  20. 68fee36 perform regular autojoin when turning wifi on Bug:18451553 by vandwalle · 11 years ago
  21. f5a84fc Trigger auto-join from WifiManager.reconnect() by Vinit Deshpande · 11 years ago
  22. fb29a19 Merge "Fix a crash in parsing beacon IEs" into lmp-mr1-dev by Vinit Deshpande · 11 years ago
  23. 1d1a18d Merge "Fix connections to unintended networks" into lmp-mr1-dev by Vinit Deshpande · 11 years ago
  24. 69f6bd2 Merge changes I578e0d92,I248695b2 into lmp-mr1-dev by Vinit Deshpande · 11 years ago
  25. ebfa1b3 Don't enable ephemeral networks when bringing up Wi-Fi. by Jeff Davidson · 11 years ago
  26. db65f52 Merge "check for null pointers when processing CMD_START_SCAN" into lmp-mr1-dev by vandwalle · 11 years ago
  27. 12ecdb7 check for null pointers when processing CMD_START_SCAN by vandwalle · 11 years ago
  28. d406991 Fix call to startScan for untrusted setting change. by Jeff Davidson · 11 years ago
  29. 005c1ef - better handling of deleted configurations, only keep a crc32 of deleted SSIDs by vandwalle · 11 years ago
  30. cce5b9e Fix connections to unintended networks by Vinit Deshpande · 11 years ago
  31. cce360a Handle bad WifiHAL implementation by Vinit Deshpande · 11 years ago
  32. cc9395f Don't allow SCAN_REQUEST broadcast to launch apps by Vinit Deshpande · 11 years ago
  33. f93f774 Merge "dont blacklist wifi config that have had validated internet status in the past" into lmp-mr1-dev by vandwalle · 11 years ago
  34. d30127d dont blacklist wifi config that have had validated internet status in the past by vandwalle · 11 years ago
  35. 81c9ea6 Make use of scorer-specified heuristics in RssiCurve. by Jeff Davidson · 11 years ago
  36. 6b7f403 Merge "Support conversion of untrusted networks to trusted." into lmp-mr1-dev by Jeff Davidson · 11 years ago
  37. 3aed1e5 Support conversion of untrusted networks to trusted. by Jeff Davidson · 11 years ago
  38. 917a6ea Merge "propagate noInternetAccess flag and network status" into lmp-mr1-dev by vandwalle · 11 years ago
  39. cdc5b74 propagate noInternetAccess flag and network status by vandwalle · 11 years ago
  40. e7b9e74 Fix a crash in parsing beacon IEs by Vinit Deshpande · 11 years ago
  41. 42f181e Propagate WifiConfiguration ephemeral bit to ScanResult. by Jeff Davidson · 11 years ago
  42. efad8ec read packet counters before and after DHCP by vandwalle · 11 years ago
  43. cfa3bfe Merge "Make isProvisioned() use LinkProperties' concept of same." into lmp-mr1-dev by Erik Kline · 11 years ago
  44. b512032 print both uptime and milli since boot in the wifi state machine logs by vandwalle · 11 years ago
  45. f9715cc various fixes: by vandwalle · 11 years ago
  46. 27fec00 Merge "Don't connect if the NetworkFactory has not requested it." into lmp-mr1-dev by Lorenzo Colitti · 11 years ago
  47. 0af9c80 Don't connect if the NetworkFactory has not requested it. by Lorenzo Colitti · 11 years ago
  48. 6d66b57 Make isProvisioned() use LinkProperties' concept of same. by Erik Kline · 11 years ago
  49. b407b98 am 88daa7e9: Mark configuration as disabled, if it is disabled by WifiManager by Vinit Deshpande · 11 years ago
  50. 88daa7e Mark configuration as disabled, if it is disabled by WifiManager by Vinit Deshpande · 11 years ago
  51. c1bcb77 am 1ec92c57: - detect that firmware cant stay connected to 5GHz AP and tune down 5GHz preference accordingly - use a long random string so as to obfuscate PSK of WiFiConfiguration we have deleted but keep around in the autojoin database - if autojoin doesn\'t find a kn by vandwalle · 11 years ago
  52. 1ec92c5 - detect that firmware cant stay connected to 5GHz AP and tune down 5GHz preference accordingly by vandwalle · 11 years ago
  53. 0fd84c2 am dd0c5587: Taking into account user join preference more aggressively; add debug info for roaming Bug:17669859 Big:17651877 by vandwalle · 11 years ago
  54. dd0c558 Taking into account user join preference more aggressively; add debug info for roaming by vandwalle · 11 years ago
  55. 0e89e05 am 6db73827: Merge "fix bssid blacklisting Bug:17960587 Bug:17966377" into lmp-dev by vandwalle · 11 years ago
  56. 6db7382 Merge "fix bssid blacklisting Bug:17960587 Bug:17966377" into lmp-dev by vandwalle · 11 years ago
  57. 078a752 fix bssid blacklisting Bug:17960587 Bug:17966377 by vandwalle · 11 years ago
  58. 8639f62 Allow connections to untrusted SSIDs when requested. by Jeff Davidson · 11 years ago
  59. 85f2d77 In case of driver roaming and auth failure, allow for fast reconnect by vandwalle · 11 years ago
  60. a5283c0 reenable networks completely, 5 mins after DHCP failure blacklist; revert aggressive wifi to cellular handover when handing over due to link speed by vandwalle · 11 years ago
  61. f15171c Merge "Change access to P2pStateMachine messenger." into lmp-dev by Joe Farfel · 11 years ago
  62. 07a55aa Change access to P2pStateMachine messenger. by Joe Farfel · 11 years ago
  63. a0708b0 various fixes: by vandwalle · 11 years ago
  64. e0ba94b - slightly better network log by vandwalle · 11 years ago
  65. fb09741 Merge "Don't fire SCAN_RESULTS_AVAILABLE broadcast for partial scans" into lmp-dev by Vinit Deshpande · 11 years ago
  66. 765b9dc Don't fire SCAN_RESULTS_AVAILABLE broadcast for partial scans by Vinit Deshpande · 11 years ago
  67. 7736c07 drop score more aggressively based on link speed, Bug:17514346 by vandwalle · 11 years ago
  68. 5b56b25 Merge "- make rssi poll and wifi scan when associated configurable - fix regression when forgeting network - fix NPE in calculateWifiScore Bug:17564108" into lmp-dev by vandwalle · 11 years ago
  69. 099e317 Merge "Introduce config setting for scanning mac OUI" into lmp-dev by Vinit Deshpande · 11 years ago
  70. 70468b4 - make rssi poll and wifi scan when associated configurable by vandwalle · 11 years ago
  71. 9d082c3 inconditionally issue the reassociate command in the case of linkdebouncing, dont treat AUTO_SAVE commands coming from autojoincontroller as user triggered WifiManager.SAVE_NETWORK commands by vandwalle · 11 years ago
  72. eedd70e Introduce config setting for scanning mac OUI by Vinit Deshpande · 11 years ago
  73. e0aa0a0 - better sanity check on psk for linking config by vandwalle · 11 years ago
  74. fa64c3f Merge "Synchronize access to supplicant from p2pGetDeviceAddress" into lmp-dev by Vinit Deshpande · 11 years ago
  75. 27f4b0c Synchronize access to supplicant from p2pGetDeviceAddress by Vinit Deshpande · 11 years ago
  76. 328fc54 Re-add wifi change permission check. by Robert Greenwalt · 11 years ago
  77. f17f807 Merge "various fixes:" into lmp-dev by vandwalle · 11 years ago
  78. 7b581f4 various fixes: by vandwalle · 11 years ago
  79. 7e1b891 Merge "Use unified Tethering Permission Check" into lmp-dev by Robert Greenwalt · 11 years ago
  80. 34f173a Use unified Tethering Permission Check by Robert Greenwalt · 11 years ago
  81. 6449b99 Merge "Fix bug where wifi scan only mode is non-functional after toggling airplane mode. Bug: 17507663" into lmp-dev by David Christie · 11 years ago
  82. fc797cf Merge "Add NetworkAgent event for ExplicitlySelected" into lmp-dev by Robert Greenwalt · 11 years ago
  83. 7b160c8 Fix bug where wifi scan only mode is non-functional after toggling airplane mode. by David Christie · 11 years ago
  84. 99d385e set proper link quality thresholds by vandwalle · 11 years ago
  85. 4d29f96 Merge "Fix conditions that my leave ScanAlarm running in background" into lmp-dev by Vinit Deshpande · 11 years ago
  86. de5e9a4 Merge "Fix first time notification of available open Wifi" into lmp-dev by Vinit Deshpande · 11 years ago
  87. 7c8a4ef Fix conditions that my leave ScanAlarm running in background by Vinit Deshpande · 11 years ago
  88. 9e806a8 improve debugging messages & logging by vandwalle · 11 years ago
  89. 17e8288 make wifi cellular handover params configurable by vandwalle · 11 years ago
  90. 0eebae7 various fixes: by vandwalle · 11 years ago
  91. 448c953 dont accept CONNECTION_EVENT until roaming is complete by vandwalle · 11 years ago
  92. c5e82ad Fix first time notification of available open Wifi by Vinit Deshpande · 11 years ago
  93. 2f2cf21 make autojoin configurable, clean up BSSID info that may be stake in WifiConfiguration by vandwalle · 11 years ago
  94. 048dd77 Merge "Secure access to WifiScanner" into lmp-dev by Vinit Deshpande · 11 years ago
  95. b6defc9 Merge "various fixes:" into lmp-dev by vandwalle · 11 years ago
  96. b664cfe various fixes: by vandwalle · 11 years ago
  97. a2cf114 Merge "Implement getAvailableChannels" into lmp-dev by Vinit Deshpande · 11 years ago
  98. 826cc08 Merge "Fix leaking of WPA2 passcode for newly added networks" into lmp-dev by Vinit Deshpande · 11 years ago
  99. 46d6b0a Secure access to WifiScanner by Vinit Deshpande · 11 years ago
  100. 2dbf6c0 Add NetworkAgent event for ExplicitlySelected by Robert Greenwalt · 11 years ago