1. 29 Aug, 2016 1 commit
  2. 26 Aug, 2016 1 commit
    • Samuel Tan's avatar
      VenueNameElement: fix off-by-one enum bounds check · 35a86eef
      Samuel Tan authored
      Fix the off-by-one error in the conditionals that check
      whether the Venue Group and Venue Type codes in the ANQP
      element are in the "Reserved" range.
      
      BUG: 30169673
      BUG: 29464811
      TEST: Manually set up AP with Hotspot 2.0 support, broadcasting
            Venue Group value 0xc, and ensure that device does not
            crash when in range of this AP.
      
      Change-Id: I14adc3a919e19b67fc0f46bf09d0cffb88b5354e
      (cherry picked from commit 48ee5f1e)
      35a86eef
  3. 25 Aug, 2016 1 commit
    • Samuel Tan's avatar
      ANQPFactory: catch all potential parsing errors · c2905409
      Samuel Tan authored
      Fix Merge Conflict for nyc-release
      
      The ANQP Element parsing code that parses untrusted data broadcasted
      by APs is currently untested, and might contain errors that will
      trigger exceptions that can crash the system service (e.g. null pointer
      exceptions).
      
      To contain this risk, catch all possible exceptions from the invoking
      ANQP element parsing code from ANQPFactory, and throw them again
      as ProtocolExceptions, which users of ANQPFactory already catch.
      
      BUG: 30230534
      Change-Id: Icaba02c0e6739d94482cf4a5e704b59f8d4105b4
      c2905409
  4. 19 Jun, 2016 1 commit
  5. 16 Jun, 2016 1 commit
  6. 15 Jun, 2016 2 commits
  7. 14 Jun, 2016 3 commits
  8. 13 Jun, 2016 1 commit
  9. 10 Jun, 2016 3 commits
  10. 09 Jun, 2016 3 commits
  11. 08 Jun, 2016 7 commits
  12. 07 Jun, 2016 12 commits
  13. 06 Jun, 2016 3 commits
    • Roshan Pius's avatar
      WifiStateMachine: Return null link layer stats · 2bb56aa7
      Roshan Pius authored
      Modify |CMD_GET_LINK_LAYER_STATS| handling to return a null object when
      the stats cannot be retrieved from wifi HAL. We've added a
      feature check in |WifiServiceImpl.reportActivityInfo| method to check if
      the device supports link layer stats reporting or not. So, there is no
      need to fake an empty object if the retrieval fails.
      
      BUG:29117407
      Change-Id: Iaf8e060912611773398210785ebfaae7371db77c
      2bb56aa7
    • Paul Stewart's avatar
    • Ningyuan Wang's avatar
      Continue supporting persisting country code · 00913051
      Ningyuan Wang authored
      Some devices rely on Setup Wizard to set a persistent country
      code.
      This CL honors the persistent option, fixing corresponding 5GHz AP
      problem.
      This also includes addtional unit tests for this change.
      
      BUG=28127280
      TEST=compile
      TEST=runtest frameworks-wifi
      Change-Id: I2f36216e143d0ac4959f26a9965def061a06aabf
      00913051
  14. 05 Jun, 2016 1 commit