1. 8451080 fix build DO NOT MERGE by Irfan Sheriff · 14 years ago
  2. 79f7fe2 fetch macaddr right after supplicant connection by Irfan Sheriff · 14 years ago
  3. bf84430 fix start driver for corner cases DO NOT MERGE by Irfan Sheriff · 14 years ago
  4. 27827ba fix getmacaddress race condition (don't auto-merge) by Irfan Sheriff · 14 years ago
  5. 0859b76 Make wifi scan async. (don't auto-merge) by Irfan Sheriff · 14 years ago
  6. 58e0eef Improve power tracking of WIFI use. by Dianne Hackborn · 14 years ago
  7. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 14 years ago
  8. fae66c3 DO NOT MERGE Enable all networks on screen on by Irfan Sheriff · 14 years ago
  9. 4d32d81 Fix SDK build by Irfan Sheriff · 14 years ago
  10. 8c11e95 DO NOT MERGE WifiLock extensions for high performance mode by Irfan Sheriff · 14 years ago
  11. b738fb9 DO NOT MERGE Always set/remove default routes. by Robert Greenwalt · 14 years ago
  12. 8762477 DO NOT MERGE WLAN: Reset power save mode to startup value after DHCP response. by Mikael Kanstrup · 14 years ago
  13. 17b232b Add setWifiApConfiguration interface by Irfan Sheriff · 14 years ago
  14. f897b44 Fix driver stop check by Irfan Sheriff · 14 years ago
  15. f4f614f am 9f2a0115: Merge "Remove indefinite DHCP retries" into froyo by Irfan Sheriff · 14 years ago
  16. 60d0d22 Remove indefinite DHCP retries by Irfan Sheriff · 14 years ago
  17. 740e39b Pass BluetoothDevice to the Bluetooth Headset calls. by Jaikumar Ganesh · 14 years ago
  18. 2d1a6e9 Reset notification state on wifi enable by Irfan Sheriff · 14 years ago
  19. 3bf504d Fix WakeLock issue for driver stop by Irfan Sheriff · 14 years ago
  20. 49de491 Use a single mWifiState instance by Irfan Sheriff · 14 years ago
  21. 90dd21e Make getting wifi state lockless. by Brad Fitzpatrick · 14 years ago
  22. 4f31a00 Fix null pointer exception by Irfan Sheriff · 14 years ago
  23. 9ab518ad softAp framework changes by Irfan Sheriff · 14 years ago
  24. 0f34406 Clean up native access from framework by Irfan Sheriff · 14 years ago
  25. a8fbe1f Re-organize access to native interface through WifiStateTracker by Irfan Sheriff · 14 years ago
  26. 5321aef Wifi AP framework changes first pass by Irfan Sheriff · 14 years ago
  27. c1ba743 Remove redundant interface disable by Irfan Sheriff · 14 years ago
  28. 102d05f get DHCP IP on each connection by Irfan Sheriff · 14 years ago
  29. 05d7211 Handle error strings from monitor connection by Irfan Sheriff · 15 years ago
  30. 0049a1b Blacklist APs instead of disable by Irfan Sheriff · 15 years ago
  31. 7aac554 Synchronize all WifiNative calls by Irfan Sheriff · 15 years ago
  32. 1c633fc Implement API to have new broadcasts replace existing broadcasts. by Dianne Hackborn · 15 years ago
  33. 7614d3d am 68b15b68: Porting change I064698b3 from mr2 to eclair. by Robert Greenwalt · 15 years ago
  34. 68b15b6 Porting change I064698b3 from mr2 to eclair. by Robert Greenwalt · 15 years ago
  35. f75aa36f Add wifi "HANGED" driver state triggering reload. by Robert Greenwalt · 15 years ago
  36. e2d155a Add a new API for initing Wifi multicast filtering by Robert Greenwalt · 15 years ago
  37. 1538dba Make FWK start a wifi scan if supplicant forgets. (do not merge) by Robert Greenwalt · 15 years ago
  38. b106118 Make FWK start a wifi scan if supplicant forgets. by Robert Greenwalt · 15 years ago
  39. bb5626c Stop bringing the wifi interface up on reset. by Robert Greenwalt · 15 years ago
  40. 5f55d8c Fix the incorrect field name in EAP wifi network. by Chung-yih Wang · 15 years ago
  41. 7121ac5 Fix the issue of 'Wifi framework is not aware of state change' by Chung-yih Wang · 15 years ago
  42. 4282a5ba Reintroduce wifi RssiApprox, reducing driver calls by Robert Greenwalt · 15 years ago
  43. 8e9ef0e Add the hide for the inner class definition. by Chung-yih Wang · 15 years ago
  44. 4337476 Fix the missing part for reading enterprise fields in wifi configuration by Chung-yih Wang · 15 years ago
  45. 7c9bf7c Don't init wifiChannels until after supplicant up by Robert Greenwalt · 15 years ago
  46. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  47. bd022f4 Bluetooth: API change. by Nick Pelly · 15 years ago
  48. 0cbdb39 am 41c10433: Fix MulticastLock API to match WifiLock API. by Robert Greenwalt · 15 years ago
  49. 41c1043 Fix MulticastLock API to match WifiLock API. by Robert Greenwalt · 15 years ago
  50. 6ee4b5b Wifi: Make sure the interface is up before telling supplicant to start the driver. by Mike Lockwood · 15 years ago
  51. d72aa3b am 356d4a14: Merge change 8172 into donut by Android (Google) Code Review · 15 years ago
  52. b96ea20 Add the phase2 field for EAP WiFi configuration. by Chung-yih Wang · 15 years ago
  53. e2a5385 resolved conflicts for merge of f7703519 to master by Mike Lockwood · 15 years ago
  54. f32be16 wifi: Disable RSSI polling when the screen is off. by Mike Lockwood · 15 years ago
  55. 0900f36 wifi: Keep the WLAN network interface up whenever wifi is enabled. by Mike Lockwood · 15 years ago
  56. 622f82a WifiService: Remove hidden AP counting logic for active/passive scanning mode. by Mike Lockwood · 15 years ago
  57. 6811355 am 463aacfb: Merge change 6661 into donut by Android (Google) Code Review · 15 years ago
  58. a5ec95c wifi: WifiManager.startScan() will now do passive scans by default. by Mike Lockwood · 15 years ago
  59. 58c714c am 699ca3f2: Add password field for WiFi configuration. by Chung-yih Wang · 15 years ago
  60. fca3ae1 am 3bc64a2c: Merge change 6088 into donut by Android (Google) Code Review · 15 years ago
  61. 699ca3f Add password field for WiFi configuration. by Chung-yih Wang · 15 years ago
  62. 6177506 WifiManager: Limit the number of WifiLocks that can be active simultaneously. by Mike Lockwood · 15 years ago
  63. 56c59da WifiStateTracker: Add support for positive RSSI values. by Mike Lockwood · 15 years ago
  64. 91f22f90 Use new wifi cmd rssi-approx when polling. by Robert Greenwalt · 15 years ago
  65. 36d3ebb am 19cd309f: Merge change 3017 into donut by Android (Google) Code Review · 15 years ago
  66. 5069cc7 Add the EAP related fields for WiFi configuration. by Chung-yih Wang · 15 years ago
  67. 96cdc61 am 1e2e44e9: Merge change 2365 into donut by Android (Google) Code Review · 15 years ago
  68. fc1b15c Fix wifi multicast API for public use. by Robert Greenwalt · 15 years ago
  69. b5010cc Add carrier/mcc factors to wifi-channel decision. by Robert Greenwalt · 15 years ago
  70. 58ff021 Increment BatteryStatsImpl's VERSION. by Robert Greenwalt · 15 years ago
  71. d9c32bc WifiService: Wifi power management change by Mike Lockwood · 15 years ago
  72. 5347bd4 Add wifi multicast filter api (enable/disable). by Robert Greenwalt · 15 years ago
  73. 9900127 AI 145980: am: CL 145881 Adding on to CL 145383, unhiding some additional methods and constants by Eric Shienbrood · 15 years ago
  74. f8a7cea AI 145778: Manual merge changes 145382-145384 from cupcake. by Andy Stadler · 15 years ago
  75. 5711fad AI 143266: am: CL 143124 Fix bug #1731826, in which auto-connect to remembered networks does not by Eric Shienbrood · 15 years ago
  76. d4c5f89 Automated import from //branches/donutburger/...@140679,140679 by Eric Shienbrood · 15 years ago
  77. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 15 years ago
  78. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  79. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  80. 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 15 years ago
  81. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  82. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  83. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  84. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  85. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago