freebsd-dev/sys/net80211
Sam Leffler dd70e17b12 Revise crypto api lightly to improve group key handling:
o don't pre-assign key index to the global key table entries so device
  has a chance to decide what to use
o make ieee80211_crypto_newkey take the desired flags as an argument
  instead of wacking the key structure directly; this eliminates a
  bunch of code warts
o add a new flag IEEE80211_KEY_GROUP to indicate a key is a WPA Group
  key so devices don't need to guess (temporarily add this flag in the
  ioctl code until we can get wpa_supplicant+hostapd updated)
o shuffle IEEE80211_KEY_* bits to move flags used internally to the high
  nibble of the flags word

Reviewed by:	Tai-hwa Liang
2005-04-12 17:55:13 +00:00
..
_ieee80211.h bump copyright for 2005 2004-12-31 22:42:38 +00:00
ieee80211_acl.c bump copyright for 2005 2004-12-31 22:42:38 +00:00
ieee80211_crypto_ccmp.c bump copyright for 2005 2004-12-31 22:42:38 +00:00
ieee80211_crypto_none.c bump copyright for 2005 2004-12-31 22:42:38 +00:00
ieee80211_crypto_tkip.c bump copyright for 2005 2004-12-31 22:42:38 +00:00
ieee80211_crypto_wep.c bump copyright for 2005 2004-12-31 22:42:38 +00:00
ieee80211_crypto.c Revise crypto api lightly to improve group key handling: 2005-04-12 17:55:13 +00:00
ieee80211_crypto.h Revise crypto api lightly to improve group key handling: 2005-04-12 17:55:13 +00:00
ieee80211_freebsd.c pass re-association events up using a new message type 2005-03-29 19:36:42 +00:00
ieee80211_freebsd.h remove extern from function decls 2005-04-04 04:27:20 +00:00
ieee80211_input.c change ieee80211_input to return the frame type or -1 2005-04-04 02:32:56 +00:00
ieee80211_ioctl.c Revise crypto api lightly to improve group key handling: 2005-04-12 17:55:13 +00:00
ieee80211_ioctl.h bump copyright for 2005 2004-12-31 22:42:38 +00:00
ieee80211_node.c avoid potential array index by -1 2005-03-16 20:40:48 +00:00
ieee80211_node.h remove extern from function decls 2005-04-04 04:27:20 +00:00
ieee80211_output.c don't include wme ie in probe request frames; it was meant for probe response 2005-03-26 07:11:31 +00:00
ieee80211_proto.c noop change so RUN->RUN transition isn't considered invalid 2005-01-24 20:39:29 +00:00
ieee80211_proto.h remove extern from function decls 2005-04-04 04:27:20 +00:00
ieee80211_radiotap.h o replace out-of-line copy of FCS w/ a flag that indicates the 2005-01-22 20:12:05 +00:00
ieee80211_var.h o clarify that beacon interval settings are in TU's, not ms 2005-01-24 19:39:07 +00:00
ieee80211_xauth.c bump copyright for 2005 2004-12-31 22:42:38 +00:00
ieee80211.c supply a default ic_reset method for drivers; the ioctl code expect this 2005-01-27 17:39:17 +00:00
ieee80211.h remove netbsd rcsid lines; they are way out of date and we appear to be 2004-12-31 22:44:26 +00:00