freebsd-skq/sys/net80211
sam fa95e80fa3 MFC: statistics fixups:
o change rssi to be signed in ieee80211_nodestats
    o add noise floor in ieee80211_nodestats (use an implicit hole to
      preserve layout); return it as zero until we can update the api's
      so the driver can provide noise floor data
    o add a bandaid so IEEE80211_IOC_STA_STATS works for sta mode; when
      all nodes are in the station table this will no longer be needed
    o fix braino in IEEE80211_IOC_STA_INFO implementation; was supposed
      to take a mac address and return info for that sta or all stations
      if ff:ff:ff:ff:ff was supplied--but somehow this didn't get implemented;
      implement the intended semantics and leave a compat shim at the old
      ioctl number for the previous api

Note this changes the api for IEEE80211_IOC_STA_INFO but old binaries
will continue to work.  FreeBSD_version bumped so apps can track the
change (no such applications are known to exist but just in case).
2006-09-02 17:09:26 +00:00
..
_ieee80211.h sync w/ HEAD: add some useful definitions 2006-07-10 00:47:49 +00:00
ieee80211_acl.c sync with HEAD: 2005-09-03 22:40:02 +00:00
ieee80211_crypto_ccmp.c MFC: disallow module unload when there are dynamic references 2005-12-22 19:02:08 +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 MFC: disallow module unload when there are dynamic references 2005-12-22 19:02:08 +00:00
ieee80211_crypto_wep.c MFC: disallow module unload when there are dynamic references 2005-12-22 19:02:08 +00:00
ieee80211_crypto.c sync with HEAD: 2005-09-03 22:40:02 +00:00
ieee80211_crypto.h sync with HEAD: 2005-09-03 22:40:02 +00:00
ieee80211_freebsd.c MFC 1.12: remove duplicate ifname in debug msg 2006-07-10 00:41:00 +00:00
ieee80211_freebsd.h sync with HEAD: 2005-09-03 22:40:02 +00:00
ieee80211_input.c MFC: minor fixups (mostly statistics) 2006-09-02 15:16:12 +00:00
ieee80211_ioctl.c MFC: statistics fixups: 2006-09-02 17:09:26 +00:00
ieee80211_ioctl.h MFC: statistics fixups: 2006-09-02 17:09:26 +00:00
ieee80211_node.c MFC 1.75: 2006-07-10 00:46:27 +00:00
ieee80211_node.h MFC: when scanning channels marked passive defer probe request until 2006-03-13 03:05:48 +00:00
ieee80211_output.c MFC 1.42: add per-sta ucast/mcast stats 2006-09-02 15:06:04 +00:00
ieee80211_proto.c MFC 1.30: fix switching between agressive and non-agressive wmm modes 2006-03-13 03:10:31 +00:00
ieee80211_proto.h pad embedded structs so we can preserve abi's moving forward 2006-02-12 19:00:39 +00:00
ieee80211_radiotap.h MFC 1.6: add flag to tag frames w/ a known bad FCS 2006-01-29 07:13:58 +00:00
ieee80211_var.h MFC: shuffle some definitions to a public location 2006-08-10 06:07:49 +00:00
ieee80211_xauth.c bump copyright for 2005 2004-12-31 22:42:38 +00:00
ieee80211.c MFC: make driver override of net80211 parameter state consistent with methods 2006-03-11 19:25:23 +00:00
ieee80211.h MFC: shuffle some definitions to a public location 2006-08-10 06:07:49 +00:00