1. 18 Feb, 2016 1 commit
  2. 17 Feb, 2016 2 commits
  3. 12 Feb, 2016 1 commit
  4. 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
  5. 10 Feb, 2016 1 commit
  6. 09 Feb, 2016 2 commits
  7. 06 Feb, 2016 1 commit
  8. 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
  9. 27 Jan, 2016 4 commits
  10. 25 Jan, 2016 1 commit
  11. 21 Jan, 2016 2 commits
  12. 19 Jan, 2016 1 commit
    • Mitchell Wills's avatar
      N WifiScanner HAL Changes · 682adbf1
      Mitchell Wills authored
      Merge on_scan_results_available and on_scan_event gscan callbacks
      Indicate which buckets were scanned in results callbacks
      Add report scan to context hub flag
      Add ePNO scoring parameters
      
      Remove unused/superceeded functions
       * ssid hotlist
       * ssid whitelist
       * gscan roam
       * bssid preference
      
      Change-Id: Ie1df191c77e967d3f53d625be8cc5eb76607c08f
      682adbf1
  13. 15 Jan, 2016 1 commit
  14. 07 Jan, 2016 1 commit
    • Subhani Shaik's avatar
      NAN API update · 19316765
      Subhani Shaik authored
      Changes related to NAN APIs and structures.
      1) Remove NanHeader
      2) Replace wifi_handle with wifi_interface_handle in NAN APIs
      3) Add publish/subscribe id
      4) Remove match_handle and name it as requestor_instance_id
      5) Add NanPublishResponse/NanSubscribeResponse structures
      6) Remove user_context
      7) Add appropriate enums
      8) Remove unused structures
      9) Add new NAN status types for TCA, Transmit, and invalid
         configuration of Band, DW/DB intervals, random factor
         update and scan period.
      10) Add new fields in Publish/Subscribe Stats.
      11) Replace wifi_request_id with transaction_id to have a
          common interface across all layers.
      
      Bug: 26216681
      Change-Id: Ife7cf7e7ed64d2f8db236f23919cd6412dc8b496
      19316765
  15. 18 Dec, 2015 1 commit
    • Randy Pan's avatar
      WiFi exponential back off scan enhancement · 712a265e
      Randy Pan authored
      Correct the comments on exponential back off scan formula.
      Rename "exponent" to "base" to match the formula.
      Also make the meaning of AP (Access Point vs. Apps Processor)
      explicit for struct wifi_scan_cmd_params.
      
      Bug: 26236392
      Change-Id: I5873e1c8667dd964d125e37e2f0eeddec79eda13
      712a265e
  16. 15 Dec, 2015 1 commit
  17. 17 Nov, 2015 2 commits
  18. 28 Sep, 2015 4 commits
  19. 27 Aug, 2015 4 commits
  20. 10 Aug, 2015 3 commits
  21. 05 Aug, 2015 1 commit
    • Daniel Erat's avatar
      Remove unused systemTime() and include utils/Timers.h. · accf5b4b
      Daniel Erat authored
      Remove a systemTime() function from power/power.c that
      doesn't appear to be called anywhere, and make several
      audio/ files explicitly include utils/Timers.h for the
      libutils version of systemTime(). (They appear to have been
      transitively getting it via utils/threads.h's include of
      utils/Condition.h.)
      
      Change-Id: I432bb1cf1100f5829df307a146076acf035a0bdc
      accf5b4b
  22. 31 Jul, 2015 2 commits