NetBSD/sys/net80211
dyoung c0a74e44c8 rtw: Try to get hardware WEP to work. It seems to work in
the RX direction, but not in the TX direction.  The
	  net80211 crypto framework doesn't seem to cope very well
	  with the assymetry (I'm probably missing something), so
	  I will use software WEP for now.

net80211: In ieee80211_compute_duration, figure out whether to add
	  the WEP header to the packet overhead by checking the
	  WEP bit in the Frame Control field of the 802.11 header,
	  instead of checking the IEEE80211_F_PRIVACY flag.

	  Also, if the WEP bit is present, assume that the frame
	  described by (wh, len) has already already been WEP
	  encapsulated, and adjust the payload length accordingly.
	  XXX that's a grotty hack that I will have to revisit,
	  later.
2005-06-27 05:49:13 +00:00
..
Makefile Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
_ieee80211.h Import FreeBSD's net80211(9) of 2005-05-18 2005-06-21 20:37:38 +00:00
ieee80211.c Do not build AP support if 'options IEEE80211_NO_HOSTAP'. I will 2005-06-26 04:31:51 +00:00
ieee80211.h Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_acl.c Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_crypto.c Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_crypto.h Make sure there is a valid transmit key, before trying to use information 2005-06-26 21:51:37 +00:00
ieee80211_crypto_ccmp.c Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_crypto_none.c Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_crypto_tkip.c Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_crypto_wep.c Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_input.c Do not build AP support if 'options IEEE80211_NO_HOSTAP'. I will 2005-06-26 04:31:51 +00:00
ieee80211_ioctl.c Do not build AP support if 'options IEEE80211_NO_HOSTAP'. I will 2005-06-26 04:31:51 +00:00
ieee80211_ioctl.h Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_netbsd.c Add some debug messages to ieee80211_notify_node_{join,leave}. 2005-06-26 04:34:43 +00:00
ieee80211_netbsd.h Remove unused <atomic.h> include; add <sys/device.h> includes where 2005-06-22 22:07:48 +00:00
ieee80211_node.c Do not build AP support if 'options IEEE80211_NO_HOSTAP'. I will 2005-06-26 04:31:51 +00:00
ieee80211_node.h Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_output.c rtw: Try to get hardware WEP to work. It seems to work in 2005-06-27 05:49:13 +00:00
ieee80211_proto.c Do not build AP support if 'options IEEE80211_NO_HOSTAP'. I will 2005-06-26 04:31:51 +00:00
ieee80211_proto.h rtw: Try to get hardware WEP to work. It seems to work in 2005-06-27 05:49:13 +00:00
ieee80211_radiotap.h Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_rssadapt.c Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_rssadapt.h nuke trailing whitespace 2005-02-26 22:45:09 +00:00
ieee80211_sysctl.h Add some debug messages to ieee80211_notify_node_{join,leave}. 2005-06-26 04:34:43 +00:00
ieee80211_var.h Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
ieee80211_xauth.c Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00