1. 24 Jun, 2015 2 commits
  2. 05 Jun, 2015 1 commit
  3. 03 Jun, 2015 2 commits
  4. 14 May, 2015 1 commit
  5. 11 May, 2015 1 commit
    • Vinit Deshpande's avatar
      Introduce REPORT_EVENTS_NO_BATCH flag for ePNO · e28e2bbf
      Vinit Deshpande authored
      When GSscan and ePNO are being executed together, we
      don't want APs on additional channels from ePNO to be
      cached. Making this requirement explicit by adding
      REPORT_EVENTS_NO_BATCH flag on bucket.
      
      Change-Id: I61dcd608d3be8acb697508607dbe5077ebe836c0
      e28e2bbf
  6. 08 May, 2015 1 commit
  7. 07 May, 2015 1 commit
    • Amarnath Hullur Subramanyam's avatar
      WifiLogger: Add new events and tags · ddcab172
      Amarnath Hullur Subramanyam authored
      As part of the Debug Framework development new events and tags
      are required in G_SCAN. Additional generic tags are also being
      added to support various events.
      
      Change-Id: Ia5bc8dc1a5310818c3fcf3f9e166ffc5341f032c
      ddcab172
  8. 05 May, 2015 2 commits
  9. 02 May, 2015 1 commit
  10. 01 May, 2015 2 commits
  11. 29 Apr, 2015 1 commit
  12. 24 Apr, 2015 2 commits
  13. 22 Apr, 2015 1 commit
  14. 14 Apr, 2015 1 commit
  15. 11 Apr, 2015 1 commit
    • eccopark@broadcom.com's avatar
      change wifi_logger header file · 93d458f0
      eccopark@broadcom.com authored
      
      1) add wifi_set_alert_handler for the alert case
      2) add wifi_set_log_handler for the ring data
      3) remove unnecessary wifi_request_id for set commands
      4) change to use ring_name instead of ring_id.
      5) add wifi_reset_alert_handler
         add wifi_reset_log_handler
      
      Change-Id: Ia9aaba050196af6684191cdcdfb0c1d21e917ed2
      Signed-off-by: default avatareccopark@broadcom.com <eccopark@broadcom.com>
      93d458f0
  16. 10 Apr, 2015 4 commits
  17. 06 Apr, 2015 1 commit
  18. 03 Apr, 2015 1 commit
  19. 02 Apr, 2015 4 commits
  20. 01 Apr, 2015 4 commits
  21. 31 Mar, 2015 1 commit
  22. 28 Mar, 2015 1 commit
  23. 27 Mar, 2015 3 commits
    • Vinit Deshpande's avatar
    • Vinit Deshpande's avatar
      HAL API to offload passpoint match to wifi chipset · 28e08ed5
      Vinit Deshpande authored
      This change introduces wifi_set_passpoint_list and wifi_reset_passpoint_list
      which implement the functionality of offloading passpoint match to
      the chipset firmware.
      
      Change-Id: I8a3730d4e23891b1dce47b8cf877e9b3c04ac279
      28e08ed5
    • eccopark@broadcom.com's avatar
      net: wireless change the header of Logger · 3fabb28c
      eccopark@broadcom.com authored
      
      1) add the request_id in wifi_get_logger_supported_feature_set
      2) Change the wifi_get_firmware_memory_dump API
       1) Normally the size of firmware dump is 700KB.
          Thus, Driver cannot send the data in one time because of limitation of skb length.
          In order to send such big data from kernel Driver,
          we need to send data using event continuously until we send the memory dump completely.
          In the event handler of hal, it will allocate the
          big buffer to store the data.
          Once event handler copy the data completely, event handler
          will call the function callback(on_firmware_memory_dump).
          So, upper layer has to free the buffer after handling the buffer.
      
      Change-Id: If80b03ec8bd9349d952743e17a001c04096aac95
      Signed-off-by: default avatareccopark@broadcom.com <eccopark@broadcom.com>
      3fabb28c
  24. 25 Mar, 2015 1 commit
    • eccopark@broadcom.com's avatar
      net: wireless change the Header for Logger · 3e778d3b
      eccopark@broadcom.com authored
      
      1) define entry type for parsing the data easily.
      2) the payload will be attached at end of the wifi_ring_buffer_entry
      3) added the feature set
      4) remove duplicate wifi_get_ring_data
      5) add request_id in wifi_start_logging
      6) change the pointer of buffer to double pointer of buffer
          in wifi_get_ring_buffers_status and wifi_get_firmware_memory_dump
          wifi_get_firmware_version and wifi_get_driver_version
         to indicate the buffer supplied by Application layer
      
      Change-Id: I5dc2811155e7efa058a0c3414036461de3e45d98
      Signed-off-by: default avatareccopark@broadcom.com <eccopark@broadcom.com>
      3e778d3b