opnsense-src/sys/net80211
Sam Leffler d365f9c760 Cleanup beacon/listen interval handling:
o separate configured beacon interval from listen interval; this
  avoids potential use of one value for the other (e.g. setting
  powersavesleep to 0 clobbers the beacon interval used in hostap
  or ibss mode)
o bounds check the beacon interval received in probe response and
  beacon frames and drop frames with bogus settings; not clear
  if we should instead clamp the value as any alteration would
  result in mismatched sta+ap configuration and probably be more
  confusing (don't want to log to the console but perhaps ok with
  rate limiting)
o while here up max beacon interval to reflect WiFi standard

Noticed by:	Martin <nakal@nurfuerspam.de>
MFC after:	1 week
2005-08-08 03:30:57 +00:00
..
_ieee80211.h bump copyright for 2005 2004-12-31 22:42:38 +00:00
ieee80211.c Cleanup beacon/listen interval handling: 2005-08-08 03:30:57 +00:00
ieee80211.h o add IEEE80211_FRAG_DEFAULT 2005-07-22 16:55:27 +00:00
ieee80211_acl.c bump copyright for 2005 2004-12-31 22:42:38 +00:00
ieee80211_crypto.c don't include 802.3 header in min frame length calculation as it may 2005-07-22 17:42:08 +00:00
ieee80211_crypto.h o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires 2005-06-10 16:11:24 +00:00
ieee80211_crypto_ccmp.c Handle encrypt of arbitarily fragmented mbuf chains: previously 2005-07-11 03:06:23 +00:00
ieee80211_crypto_none.c o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires 2005-06-10 16:11:24 +00:00
ieee80211_crypto_tkip.c o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires 2005-06-10 16:11:24 +00:00
ieee80211_crypto_wep.c o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires 2005-06-10 16:11:24 +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 Fix handling of data frames queued for a station in power save mode: 2005-07-06 01:55:17 +00:00
ieee80211_input.c Cleanup beacon/listen interval handling: 2005-08-08 03:30:57 +00:00
ieee80211_ioctl.c Cleanup beacon/listen interval handling: 2005-08-08 03:30:57 +00:00
ieee80211_ioctl.h Cleanup beacon/listen interval handling: 2005-08-08 03:30:57 +00:00
ieee80211_node.c Cleanup beacon/listen interval handling: 2005-08-08 03:30:57 +00:00
ieee80211_node.h Fix handling of frames sent prior to a station being authorized 2005-08-06 04:56:49 +00:00
ieee80211_output.c Cleanup beacon/listen interval handling: 2005-08-08 03:30:57 +00:00
ieee80211_proto.c split xmit of probe request frame out into a separate routine that 2005-07-22 21:11:26 +00:00
ieee80211_proto.h split xmit of probe request frame out into a separate routine that 2005-07-22 21:11:26 +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 Cleanup beacon/listen interval handling: 2005-08-08 03:30:57 +00:00
ieee80211_xauth.c bump copyright for 2005 2004-12-31 22:42:38 +00:00