1. 19 11月, 2009 1 次提交
  2. 11 7月, 2009 1 次提交
  3. 23 4月, 2009 1 次提交
    • J
      nl80211: Add Michael MIC failure event · a3b8b056
      Jouni Malinen 提交于
      Define a new nl80211 event, NL80211_CMD_MICHAEL_MIC_FAILURE, to be
      used to notify user space about locally detected Michael MIC failures.
      This matches with the MLME-MICHAELMICFAILURE.indication() primitive.
      
      Since we do not actually have TSC in the skb anymore when
      mac80211_ev_michael_mic_failure() is called, that function is changed
      to take in the TSC as an optional parameter instead of as a
      requirement to include the TSC after the hdr field (which we did not
      really follow). For now, TSC is not included in the events from
      mac80211, but it could be added at some point.
      Signed-off-by: NJouni Malinen <j@w1.fi>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      a3b8b056
  4. 28 3月, 2009 1 次提交
  5. 30 1月, 2009 3 次提交
  6. 01 11月, 2008 1 次提交
  7. 28 10月, 2008 1 次提交
  8. 07 10月, 2008 1 次提交
  9. 16 9月, 2008 1 次提交
  10. 23 8月, 2008 1 次提交
  11. 09 7月, 2008 5 次提交
  12. 03 7月, 2008 1 次提交
  13. 27 6月, 2008 1 次提交
  14. 15 6月, 2008 2 次提交
  15. 04 6月, 2008 1 次提交
  16. 22 5月, 2008 2 次提交
  17. 08 5月, 2008 1 次提交
  18. 26 3月, 2008 1 次提交
  19. 07 3月, 2008 1 次提交
  20. 01 3月, 2008 2 次提交
  21. 29 1月, 2008 1 次提交
  22. 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
  23. 11 10月, 2007 9 次提交