cvs commit: src/usr.sbin/wpa/wpa_supplicant driver_freebsd.c
Sam Leffler
sam at FreeBSD.org
Tue Jul 5 17:41:43 GMT 2005
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
More information about the cvs-src
mailing list