1. f01bcaa [AWARE] Update HIDL interface and link to legacy HAL by Etan Cohen · 8 years ago
  2. c67a682 Return<*> getStatus().isOk() -> isOk() by Steven Moreland · 8 years ago
  3. 4faa7f5 Fix wifi/bluetooth threadpool usage. by Martijn Coenen · 8 years ago
  4. a2d369d wifi: Add remaining capability flags from legacy HAL by Roshan Pius · 8 years ago
  5. 48185b2 wifi: Debug ring buffer data collection by Roshan Pius · 8 years ago
  6. 2c06a3f wifi: Add chip level callbacks by Roshan Pius · 8 years ago
  7. adc87cb WifiLegacyHal: Add missing ring buffer callback dereg by Roshan Pius · 8 years ago
  8. 203cb03 wifi: Add support for alert handler by Roshan Pius · 8 years ago
  9. 26801cb wifi: Port over O features to HIDL by Roshan Pius · 8 years ago
  10. e73a506 wifi: Add legacy HAL stubs by Roshan Pius · 8 years ago
  11. 8b55e6f wifi: Add support for removing iface by Roshan Pius · 8 years ago
  12. 11f9303 wifi: Fixes in WifiLegacyHal by Roshan Pius · 8 years ago
  13. 073d5b9 wifi: Disallow iface creation based on mode by Roshan Pius · 8 years ago
  14. 7a41d9d wifi: Reset internal callback pointers on failure by Roshan Pius · 8 years ago
  15. d476754 wifi: Add support for RSSI monitoring by Roshan Pius · 8 years ago
  16. e3f72ff wifi: Add method implementations in IWifiRttController by Roshan Pius · 8 years ago
  17. 970f031 wifi: Add method implementations in IWifiStaIface by Roshan Pius · 8 years ago
  18. e2d0ab5 wifi: Add logger method implementations in IWifiChip by Roshan Pius · 8 years ago
  19. 881d1f7 wifi: Gscan struct conversion changes by Roshan Pius · 8 years ago
  20. f72df2e wifi: Add some more missing struct conversions by Roshan Pius · 8 years ago
  21. 824e475 wifi: Remove unused methods in IWifiRttController by Roshan Pius · 9 years ago
  22. 3fae9c8 wifi: Add RTT structure conversion methods by Roshan Pius · 9 years ago
  23. 32d0ca9 wifi: Convert packet fate structures from legacy to HIDL by Roshan Pius · 9 years ago
  24. f5f51fd wifi: Begin NAN iface methods implementation by Roshan Pius · 9 years ago
  25. 52947fb wifi: Implement chip mode combinations by Roshan Pius · 9 years ago
  26. 9733411 wifi: Split out initialize and start in WifiLegacyHal by Roshan Pius · 9 years ago
  27. a26a6e0 wifi: Add firmware mode controller by Roshan Pius · 9 years ago
  28. a4854ff wifi: Don't include legacy hal header in wifi_status_util by Roshan Pius · 9 years ago
  29. e65edb1 wifi: Add utility for struct conversions by Roshan Pius · 9 years ago
  30. fd46bce Wifi: don't require C++11. by Steven Moreland · 9 years ago
  31. 2301209 wifi: Add NAN API wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  32. d8e915a wifi: Add RTT API wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  33. 8714a3e wifi: Add logger/debug API wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  34. 7cece41 wifi: Add link layer stats API wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  35. 76ff302 wifi: Add gscan API wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  36. 63544ea Split libhidl into base and transport. by Yifan Hong · 9 years ago
  37. 0a47c18 wifi: Add APF/feature-set wrappers in WifiLegacyHal by Roshan Pius · 9 years ago
  38. 6cedc97 wifi: Move legacy hal types to a new namespace (2/2) by Roshan Pius · 9 years ago
  39. 955542e wifi: Move legacy hal types to a new namespace (1/2) by Roshan Pius · 9 years ago
  40. 511cc49 wifi: Changes to WifiLegacy Hal by Roshan Pius · 9 years ago
  41. 23f9f30 wifi: Remove passthrough mode by Roshan Pius · 9 years ago
  42. 0c92d44 wifi: Stub implementation of WifiNanIface methods by Roshan Pius · 9 years ago
  43. 7913f5e wifi: Stub implementation of WifiRttController methods by Roshan Pius · 9 years ago
  44. a04ba3f wifi: Stub implementation of WifiStaIface methods by Roshan Pius · 9 years ago
  45. 7d08d7a wifi: Stub implementation of WifiChip methods by Roshan Pius · 9 years ago
  46. 907d4a2 wifi: Use hidl_return_util functions in Iface/Rtt by Roshan Pius · 9 years ago
  47. 3c86852 wifi: Use hidl_return_util functions in WifiChip by Roshan Pius · 9 years ago
  48. 5647665 wifi: Helper functions for invoking hidl cont callbacks by Roshan Pius · 9 years ago
  49. 734fea0 wifi: Make methods deliver status synchronously (3/3) by Roshan Pius · 9 years ago
  50. 5c05546 wifi: Make methods deliver status synchronously (2/3) by Roshan Pius · 9 years ago
  51. 503582e wifi: Make methods deliver status synchronously (1/3) by Roshan Pius · 9 years ago
  52. 1922482 wifi: Rename failure_reason_util to wifi_status_util by Roshan Pius · 9 years ago
  53. fb88210 wifi: Removing reference to IServiceManager.h. by Steven Moreland · 9 years ago
  54. f243631 wifi: Invoke failure callbacks by Roshan Pius · 9 years ago
  55. 5926828 wifi: Add WifiRttController object by Roshan Pius · 9 years ago
  56. 35d958c wifi: Add Iface related method implementations in WifiChip by Roshan Pius · 9 years ago
  57. 3e2d671 wifi: Add the various iface object implementation by Roshan Pius · 9 years ago
  58. ab5c471 wifi: Remove "Wlan" prefix from wifi_legacy_hal public methods by Roshan Pius · 9 years ago
  59. cd566bd wifi: Add support for multiple chips in IWifi by Roshan Pius · 9 years ago
  60. cdb77f3 wifi: Add implementation of driver/firmware memory dumps by Roshan Pius · 9 years ago
  61. 4b26c83 wifi: Add Implementation of IWifiChip.requestChipDebugInfo by Roshan Pius · 9 years ago
  62. 908a69a wifi: Use hal_tool & if_tool by Roshan Pius · 9 years ago
  63. aabe575 wifi: Restructure wifi legacy HAL implementation by Roshan Pius · 9 years ago
  64. 79a9975 wifi: Change namespace by Roshan Pius · 9 years ago
  65. 3c4e8a3 wifi: Move legacy HAL implementation by Roshan Pius · 9 years ago