1. 27 May, 2016 1 commit
  2. 26 May, 2016 1 commit
  3. 11 Apr, 2016 1 commit
  4. 07 Apr, 2016 1 commit
  5. 06 Apr, 2016 1 commit
    • Roshan Pius's avatar
      wifi_hal: Add flag to indicate tx power level stats · 8761318e
      Roshan Pius authored
      Adding a flag to indicate if the device supports tx power level stats
      reporting.
      
      While there,
      1. Fix the 2 macros used to determine if a feature is supported or not.
      2. Increase the number of tx levels to 256
      
      BUG: 27969673
      Change-Id: I314648cfaa7755dc48c1f790193c96254b4db691
      8761318e
  6. 04 Apr, 2016 1 commit
  7. 01 Apr, 2016 2 commits
  8. 29 Mar, 2016 1 commit
  9. 23 Mar, 2016 1 commit
  10. 22 Mar, 2016 1 commit
    • Roshan Pius's avatar
      Add max tx levels to radio_stats · cf5877a0
      Roshan Pius authored
      Add a max tx level which the framework uses to limit the array and is
      needed to guard against unitialized value in |num_tx_levels|.
      
      BUG: 27227497
      Change-Id: I2438bc1536c65a2c6230bfd6e1267532d9653c8b
      cf5877a0
  11. 18 Mar, 2016 1 commit
  12. 17 Mar, 2016 3 commits
  13. 14 Mar, 2016 2 commits
  14. 10 Mar, 2016 2 commits
  15. 01 Mar, 2016 1 commit
  16. 29 Feb, 2016 1 commit
  17. 18 Feb, 2016 2 commits
  18. 17 Feb, 2016 4 commits
  19. 12 Feb, 2016 2 commits
  20. 11 Feb, 2016 1 commit
    • Roshan Pius's avatar
      Modify the wake reasons accounting API's · 5aa942ee
      Roshan Pius authored
      Modify the existing wake accounting reasons HAL API so that the
      individual wake accounting reason array buffers are allocated
      and freed by framework.
      
      BUG:26902794
      Change-Id: Iea74e61890f785107b05f9b4a3a58449ba449f0d
      5aa942ee
  21. 10 Feb, 2016 1 commit
  22. 09 Feb, 2016 5 commits
  23. 06 Feb, 2016 1 commit
  24. 05 Feb, 2016 3 commits
    • Subhani Shaik's avatar
      WiFi HAL: add packet fate monitoring API · 80568367
      Subhani Shaik authored
      When a connection attempt fails, we're often unable
      to determine the cause from existing log files. This
      is because our log files only report the view from user
      space. From this vantage point, we can't tell if,
      e.g., an outbound frame was ever sent over the air.
      (Or, for inbound frames: if they were heard by our
      radio.)
      
      To give ourselves a broader view, we add the packet fate
      monitoring API. This API will let us determine, e.g.,
      if an outbound frame was transmitted by our radio.
      
      BUG: 26807558
      Change-Id: I197729117f9086ece8cf00313bb9d3e7c0197b97
      80568367
    • Subhani Shaik's avatar
      WiFi HAL: add additional connectivity events · e7b148c1
      Subhani Shaik authored
      The current list of events supported by the wifi_connectivity_event
      ring buffer omits some important events. Add three new events, so
      that we can log the events for driver/firmware that support them.
      
      BUG: 26832275
      Change-Id: I2a4e674e5f7b52cc630eac32191fdc0b75d60422
      e7b148c1
    • Subhani Shaik's avatar
      WiFi HAL: add driver memory dump API · 271bfa7c
      Subhani Shaik authored
      Add API for dumping state of WiFi driver. This API
      will be used in combination with the (existing)
      firmware memory dump API, to identify inconsistent
      state between driver and firmware.
      
      BUG: 26803847
      
      Change-Id: Ie65f095ca6be4203f8aad0b541c1903dc6cce1f5
      271bfa7c