1. 26 Mar, 2012 2 commits
  2. 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
  3. 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
  4. 07 Mar, 2012 1 commit
  5. 28 Feb, 2012 2 commits
  6. 22 Feb, 2012 7 commits
  7. 15 Feb, 2012 1 commit
    • Kenny Root's avatar
      Moving keystore to system/security · 07311dc4
      Kenny Root authored
      keystore used to be in frameworks/base/cmds/keystore, but this include
      needs to be changed to support the move to system/security
      
      Change-Id: I583a193593576c2c3c7489fb8c27a29698e8a4c5
      07311dc4
  8. 06 Feb, 2012 3 commits
  9. 28 Jan, 2012 1 commit
  10. 27 Jan, 2012 1 commit
  11. 25 Jan, 2012 1 commit
    • Dmitry Shmidt's avatar
      Update to new version 0.8.16 from BRCM · 1f69aa52
      Dmitry Shmidt authored
      
      Sync with main tree commit b8349523e460493fa0b4de36c689595109e45e91
      Author: Neeraj Kumar Garg <neerajkg@broadcom.com>
      Date:   Tue Dec 27 23:21:45 2011 +0200
          P2P: Reject p2p_group_add if forced frequency is not acceptable
      
      Change-Id: Icb4541a371b05c270e80440d7a7fdea7f33ff61e
      Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
      1f69aa52
  12. 18 Jan, 2012 1 commit
    • Partha N's avatar
      Enable EAP-PWD support in wpa_supplicant. · f90eb676
      Partha N authored
      
      EAP-pwd (RFC 5931) is an EAP method that uses a shared password for authentication. It has the
      simplicity of configuring WPA2-PSK, but comes with the strong authentication of 802.1x.
      
      Change-Id: Ife5b96f61422921a3b3830da16227cca8154e2d3
      Signed-off-by: default avatarPartha N <parthan@gmail.com>
      f90eb676
  13. 12 Jan, 2012 1 commit
  14. 06 Jan, 2012 1 commit
  15. 19 Dec, 2011 2 commits
  16. 17 Nov, 2011 1 commit
  17. 16 Nov, 2011 1 commit
  18. 14 Nov, 2011 1 commit
  19. 25 Oct, 2011 1 commit
  20. 30 Sep, 2011 1 commit
  21. 29 Sep, 2011 1 commit
  22. 28 Sep, 2011 1 commit
  23. 27 Sep, 2011 2 commits
  24. 07 Sep, 2011 1 commit
  25. 06 Sep, 2011 1 commit
    • Dmitry Shmidt's avatar
      P2P fixes for BRCM · dca3979c
      Dmitry Shmidt authored
      
      1. Fix for stopping any on-going P2P-FIND, while doing a P2P-GROUP-ADD.
      2. Fix for Supplicant crash. The crash was due to socket being closed
         during P2P-GROUP-REMOVE.
      3. Append P2P DEV ADDR during AP-STA-CONNECTED Event for P2P Devices.
         For legacy STA, the event format would remain the same.
      BUG: b/5262575
      
      Change-Id: I8faf2159d35538fd07e42dba82d367b581cf2164
      Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
      dca3979c
  26. 30 Aug, 2011 1 commit
  27. 26 Aug, 2011 1 commit
    • Irfan Sheriff's avatar
      Use exact interface as socket parameter for init · 0dc7a27a
      Irfan Sheriff authored
      For p2p, there are virtual interfaces (like p2p-wlan0-X) created and
      that results in binding to the common init socket right now.
      
      Instead, have the init bind fail for p2p interfaces and create seperate
      sockets specified by the ctrl_interface path in config file
      
      Bug: 5002384
      Change-Id: Ia155df079a0bcca1871b6bcab2ef7111f0cba6c1
      0dc7a27a