Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2005 17:41:42 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/wpa/wpa_supplicant driver_freebsd.c
Message-ID:  <200507051741.j65HfgCc019302@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2005-07-05 17:41:42 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/wpa/wpa_supplicant driver_freebsd.c 
  Log:
  Update key handling:
  o use proper api for setting/deleting keys instead of depending
    on key indices
  o check mac address to decide whether a key is unicast or group/global
  o check set_tx on key set to decide whether a group/global key should
    also be marked as default
  o explicitly set IEEE80211_KEY_GROUP flag for group keys instead of
    depending on kernel auto-add kludge
  
  With the above changes static wep key handling works.
  
  Reviewed by:    avatar
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.4       +27 -12    src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507051741.j65HfgCc019302>