1. 7aa7313 wlan: Fix for improper comparison of driver_status string by Mahesh A Saptasagar · 9 years ago
  2. 107fcb3 wifi: remove p2p interface on supplicant stop by Barak Bercovitz · 10 years ago
  3. 7adaa00 wifi: avoid crash when no phy's are found by Vishal Mahaveer · 11 years ago
  4. e2e2fe5 wifi: add support for semcosh nvram by Ethan Chen · 10 years ago
  5. 1a6955e wifi: add a new "loading" state by Michaël Burtin · 11 years ago
  6. d9985b4 wifi: add suport for WIFI_EXT_MODULE by jerpelea · 12 years ago
  7. 4077f20 wifi: fix samsung wifi logic by codeworkx · 10 years ago
  8. cd2da14 wifi: Add support for AP module args by Steve Kondik · 10 years ago
  9. 18c2a56 wifi.c: allow devices to specify driver delay by R. Andrew Ohana · 11 years ago
  10. 66b2faf wifi: support adding p2p0 when starting wpa_supplicant by Ricardo Cerqueira · 10 years ago
  11. 66d42d3 wifi: Choose correct nvram file on samsung hardware by Ricardo Cerqueira · 10 years ago
  12. 0f33048 Use a single socket to communicate with supplicant by Vinit Deshapnde · 10 years ago
  13. 14c02f2 Use accessor to read property serial numbers by Colin Cross · 10 years ago
  14. c15ccf4 wifi: Skip adding interface prefix if exists by Dmitry Shmidt · 10 years ago
  15. ec05760 wifi: Use global control socket by Dmitry Shmidt · 10 years ago
  16. 77cc5e2 wifi: Add command buffer length parameter to wifi_command() by Dmitry Shmidt · 10 years ago
  17. de9abff wifi: Use wpa_ctrl_cleanup() function from wpa_supplicant by Dmitry Shmidt · 10 years ago
  18. a776ffd Rewrite an invalid config file by Irfan Sheriff · 10 years ago
  19. 2c52037 wifi: Remove obsolete variables by Dmitry Shmidt · 10 years ago
  20. 745e7fd Fix stop supplicant api by Irfan Sheriff · 11 years ago
  21. 943574a Fix native crash when driver commands time out by Irfan Sheriff · 11 years ago
  22. 897f6dd Fix native crash by Irfan Sheriff · 11 years ago
  23. 24ffafe Restore the ability to use ctrl_interface directory by Paul Drews · 11 years ago
  24. cf449e1 Add support for EINTR to wifi.c by Kenny Root · 11 years ago
  25. 096e49c Fixes for concurrency support by Irfan Sheriff · 11 years ago
  26. c6e7b3d Fix monitor socket poll by Irfan Sheriff · 11 years ago
  27. 5efbd42 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 11 years ago
  28. 64cca04 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 11 years ago
  29. b381b93 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 11 years ago
  30. da52930 Add support for p2p socket communication by Irfan Sheriff · 11 years ago
  31. 6a70518 Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE by Steve Block · 12 years ago
  32. 07a629e wifi: Fix entropy file size by Dmitry Shmidt · 12 years ago
  33. 45bf8a6 wifi: Change pipe to socket pair in termination of monitor thread code by Dmitry Shmidt · 12 years ago
  34. 025321a Add support to terminate monitor thread by Irfan Sheriff · 12 years ago
  35. 67ba227 Add support seperate p2p config file by Irfan Sheriff · 12 years ago
  36. 953c114 wifi: Increase wait for card removal by Dmitry Shmidt · 12 years ago
  37. 5a8a2d2 Fix system property race at supplicant stop by Irfan Sheriff · 12 years ago
  38. 1881331 wifi: Wait for sdio card removal by Dmitry Shmidt · 12 years ago
  39. 3ab3e66 wifi: Add entropy file support by Dmitry Shmidt · 12 years ago
  40. 29a4d4d wifi: Add wifi_change_fw_path() by Dmitry Shmidt · 12 years ago
  41. 4b7ffa0 wifi: Add wifi_get_fw_path() call by Dmitry Shmidt · 12 years ago
  42. d301cb7 wifi: Assume built-in wlan driver if WIFI_DRIVER_MODULE_PATH is not set by Dmitry Shmidt · 12 years ago
  43. 4c1a1fe wifi: Allow to finish interface down by Dmitry Shmidt · 12 years ago
  44. eea19f1 Move wpa_ctrl_cleanup() function to wifi_wpa_ctrl_cleanup() by Dmitry Shmidt · 12 years ago
  45. 89ae703 wifi: Ensure RW for wpa_supplicant.conf by Dmitry Shmidt · 12 years ago
  46. 0e9f488 wifi: Update wpa_supplicant.conf interface in case of mismatch by Dmitry Shmidt · 12 years ago
  47. 8a5b197 rewrite wpa_supplicant.conf when it is too small by Irfan Sheriff · 12 years ago
  48. 8fb5f74 wifi: Remove unnecessary delay after loading the driver by Dmitry Shmidt · 13 years ago
  49. a738e38 am c875bb38: am 709a302e: wifi: pass interface to wpa_supplicant by Chih-Wei Huang · 13 years ago
  50. c875bb3 am 709a302e: wifi: pass interface to wpa_supplicant by Chih-Wei Huang · 13 years ago
  51. 709a302 wifi: pass interface to wpa_supplicant by Chih-Wei Huang · 13 years ago
  52. 548af73 Revert "remove libnetutils dependency" by Jean-Baptiste Queru · 13 years ago
  53. 24bf7fc Fix wpa_supplicant.conf permissions (0660) by Dmitry Shmidt · 13 years ago
  54. 2bb990b Add is_wifi_driver_loaded by Irfan Sheriff · 13 years ago
  55. 445591d Undo previous merge by Jean-Baptiste Queru · 13 years ago
  56. edfaa7e merge from open-source master by The Android Open Source Project · 13 years ago
  57. 7c6051a remove libnetutils dependency by Szymon Jakubczak · 13 years ago
  58. ed84872 Increase delay after driver loading if FW loader is not used by Dmitry Shmidt · 13 years ago
  59. 007404c Add additional logging by Dmitry Shmidt · 13 years ago
  60. 2631f99 Return failures as strings to monitor by Irfan Sheriff · 13 years ago
  61. 7b43699 Fix possible race condition in wlan driver loading by Dmitry Shmidt · 14 years ago
  62. 243af8b AI 146930: am: CL 146929 Make TI Wifi driver choice framework-independent - part 2 by Dmitry Shmidt · 14 years ago
  63. cc49016 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 14 years ago
  64. 3bbe532 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 14 years ago
  65. 1c83481 auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 14 years ago
  66. 5ce0167 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 14 years ago