1. 04 Sep, 2012 2 commits
  2. 26 Jul, 2012 1 commit
  3. 13 Jun, 2012 2 commits
  4. 11 Jun, 2012 2 commits
  5. 06 Jun, 2012 1 commit
  6. 31 May, 2012 1 commit
  7. 30 May, 2012 1 commit
    • Dmitry Shmidt's avatar
      wpa_supplicant: Update to Version 0.8.27 from BRCM · 98f9e766
      Dmitry Shmidt authored
      
      - Fix crash during TRUE pbc overlap
      - Fix p2p_stop_find event
      - Avoid race condition in GO-NEG process if both peers enter
        p2p_connect at the same time
      - Retry assoc immediately on ASSOC-REJECT. Previously assoc was
        retried on authentication timeout (which occurs after 10secs).
        Now on assoc reject, we cancel the auth timer and then initiate
        a assoc scan.
      
      BUG: 6543705, 6427094
      
      Change-Id: I4489fb14b6cead069f0d14fcbb9e2224f790d77b
      Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
      98f9e766
  8. 29 May, 2012 1 commit
  9. 14 May, 2012 1 commit
  10. 11 May, 2012 1 commit
  11. 02 May, 2012 1 commit
  12. 17 Apr, 2012 1 commit
  13. 16 Apr, 2012 1 commit
  14. 13 Apr, 2012 1 commit
  15. 12 Apr, 2012 4 commits
  16. 10 Apr, 2012 1 commit
  17. 09 Apr, 2012 1 commit
  18. 06 Apr, 2012 2 commits
  19. 04 Apr, 2012 1 commit
  20. 03 Apr, 2012 1 commit
  21. 26 Mar, 2012 2 commits
  22. 21 Mar, 2012 2 commits
    • Kenny Root's avatar
      Use keystore ENGINE for private key operations · db3c5a43
      Kenny Root authored
      The new keystore ENGINE is usable to perform private key operations when
      we can't get the actual private key data. This is the case when hardware
      crypto is enabled: the private key never leaves the hardware.
      
      Subsequently, we need to be able to talk to OpenSSL ENGINEs that aren't
      PKCS#11 or OpenSC. This just changes a few #define variables to allow us
      to talk to our keystore engine without having one of those enabled and
      without using a PIN.
      
      Change-Id: Iabab5077c3d167a1e13bc8ef8745dc59ad4d62f7
      db3c5a43
    • Dmitry Shmidt's avatar
      nl80211: Use native cfg80211 sta events · b638fe75
      Dmitry Shmidt authored
      
      Change-Id: Id59cc4af50dbccd283db2ec3e7b0b6f8c2146e68
      Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
      b638fe75
  23. 20 Mar, 2012 1 commit
    • Kenny Root's avatar
      Restore OpenSSL ENGINE support · 855a5211
      Kenny Root authored
      We now use an OpenSSL ENGINE to support keystore functionality.
      
      Change-Id: Ifa654183a86462e1542c58dd39e20ffe11a8edfa
      855a5211
  24. 07 Mar, 2012 1 commit
  25. 28 Feb, 2012 2 commits
  26. 22 Feb, 2012 5 commits