1. 25 7月, 2009 1 次提交
    • J
      cfg80211: rework key operation · fffd0934
      Johannes Berg 提交于
      This reworks the key operation in cfg80211, and now only
      allows, from userspace, configuring keys (via nl80211)
      after the connection has been established (in managed
      mode), the IBSS been joined (in IBSS mode), at any time
      (in AP[_VLAN] modes) or never for all the other modes.
      
      In order to do shared key authentication correctly, it
      is now possible to give a WEP key to the AUTH command.
      To configure static WEP keys, these are given to the
      CONNECT or IBSS_JOIN command directly, for a userspace
      SME it is assumed it will configure it properly after
      the connection has been established.
      
      Since mac80211 used to check the default key in IBSS
      mode to see whether or not the network is protected,
      it needs an update in that area, as well as an update
      to make use of the WEP key passed to auth() for shared
      key authentication.
      Signed-off-by: NJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      fffd0934
  2. 11 7月, 2009 1 次提交
  3. 28 3月, 2009 1 次提交
  4. 26 11月, 2008 1 次提交
  5. 01 11月, 2008 1 次提交
  6. 07 10月, 2008 1 次提交
  7. 23 8月, 2008 2 次提交
  8. 30 7月, 2008 1 次提交
  9. 03 7月, 2008 1 次提交
  10. 27 6月, 2008 1 次提交
  11. 04 6月, 2008 2 次提交
  12. 22 5月, 2008 1 次提交
  13. 08 5月, 2008 1 次提交
  14. 07 3月, 2008 1 次提交
  15. 01 3月, 2008 2 次提交
  16. 29 1月, 2008 1 次提交
  17. 30 11月, 2007 1 次提交
  18. 11 11月, 2007 1 次提交
    • J
      mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUG · 7f3ad894
      John W. Linville 提交于
      Make "decrypt failed" and "have no key" debugging messages compile
      conditionally upon CONFIG_MAC80211_DEBUG.  They have been useful for
      finding certain problems in the past, but in many cases they just
      clutter a user's logs.
      
      A typical example is an enviornment where multiple SSIDs are using a
      single BSSID but with different protection schemes or different keys
      for each SSID.  In such an environment these messages are just noise.
      Let's just leave them for those interested enough to turn-on debugging.
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      7f3ad894
  19. 24 10月, 2007 1 次提交
  20. 23 10月, 2007 1 次提交
  21. 11 10月, 2007 4 次提交
  22. 06 5月, 2007 1 次提交