freebsd-nq/sys/net80211
Sam Leffler 2045f69945 fixup inactivity timers:
o ic_inact_auth is a bad name, it's the inactivity threshold
  for being associated but not authorized; use it that way
o reset ni_inact when switching inactivity thresholds to
  minimize the race against the timer (don't want to lock
  for this stuff)
o change the inactivity probe threshold from a one-shot to
  cover a range: when below this threshold but not expired
  send a probe each inactivity interval; should probably
  guard against the interval being turned way down as this
  could cause us to spam the net with probes
2004-12-31 22:05:13 +00:00
..
_ieee80211.h Update 802.11 support; too much new functionality to fully describe 2004-12-08 17:26:47 +00:00
ieee80211_acl.c s/inline/__inline/ 2004-12-31 20:39:41 +00:00
ieee80211_crypto_ccmp.c correct header length calculations on tx path for QoS-encapsulated frames 2004-12-31 20:51:41 +00:00
ieee80211_crypto_none.c whitespace/debug msg fixups 2004-12-31 20:58:06 +00:00
ieee80211_crypto_tkip.c correct pseudo-mic header calculation for QoS frames 2004-12-31 20:59:03 +00:00
ieee80211_crypto_wep.c correct header length calculations on tx path for QoS-encapsulated frames 2004-12-31 20:51:41 +00:00
ieee80211_crypto.c const'ify ivp reference 2004-12-31 20:44:15 +00:00
ieee80211_crypto.h Update 802.11 support; too much new functionality to fully describe 2004-12-08 17:26:47 +00:00
ieee80211_freebsd.c o add net.wlan.X.driver_caps mib variable for setting the driver capabilities 2004-12-31 21:01:41 +00:00
ieee80211_freebsd.h Update 802.11 support; too much new functionality to fully describe 2004-12-08 17:26:47 +00:00
ieee80211_input.c fixup inactivity timers: 2004-12-31 22:05:13 +00:00
ieee80211_ioctl.c accept IEEE80211_KEYIX_NONE for a default tx key 2004-12-31 21:13:35 +00:00
ieee80211_ioctl.h Relearn how WPA keying is supposed to work and fix WPA+WME while 2004-12-31 21:54:53 +00:00
ieee80211_node.c fixup inactivity timers: 2004-12-31 22:05:13 +00:00
ieee80211_node.h Update 802.11 support; too much new functionality to fully describe 2004-12-08 17:26:47 +00:00
ieee80211_output.c Relearn how WPA keying is supposed to work and fix WPA+WME while 2004-12-31 21:54:53 +00:00
ieee80211_proto.c do not clear the global key cache when reaching the INIT state 2004-12-12 05:00:13 +00:00
ieee80211_proto.h s/inline/__inline/ 2004-12-31 21:30:42 +00:00
ieee80211_radiotap.h Update 802.11 support; too much new functionality to fully describe 2004-12-08 17:26:47 +00:00
ieee80211_var.h add ieee80211_hdrspace and ieee80211_anyhdrspace to calculate the space 2004-12-31 20:56:32 +00:00
ieee80211_xauth.c Update 802.11 support; too much new functionality to fully describe 2004-12-08 17:26:47 +00:00
ieee80211.c disable default use of wme until we can sort out interoperability issues; 2004-12-31 21:48:15 +00:00
ieee80211.h Update 802.11 support; too much new functionality to fully describe 2004-12-08 17:26:47 +00:00