freebsd-skq/sys/net80211
sam 0a58f658fe Change handling of probe response frames. Previously we always dropped the
refcnt on the node but left it in the node table.  This allows the node table
to hold the results of scanned ap's but for ibss scans left nodes w/o any
driver-private state setup and/or a bad refcnt (when the nodes were timed
out they were prematurely discarded).  Now we treat nodes identified for ap
scanning as before but force nodes discovered when scanning for ibss neighbors
to have complete/proper state and hold the refcnt on the node.  Any other
nodes created because of these frames are discarded directly (need to optimize
this case to eliminate various work that's immediately discarded).
2004-04-02 23:35:24 +00:00
..
ieee80211_crypto.c add statistics for all failures and/or abnormal events; still need 2003-10-17 23:15:30 +00:00
ieee80211_crypto.h
ieee80211_input.c Change handling of probe response frames. Previously we always dropped the 2004-04-02 23:35:24 +00:00
ieee80211_ioctl.c o add support for controlling the power of transmitted frames 2004-03-30 22:57:57 +00:00
ieee80211_ioctl.h o add support for controlling the power of transmitted frames 2004-03-30 22:57:57 +00:00
ieee80211_node.c fix adhoc/ibss operation for drivers that require host support (e.g. ath): 2004-04-02 23:25:39 +00:00
ieee80211_node.h fix adhoc/ibss operation for drivers that require host support (e.g. ath): 2004-04-02 23:25:39 +00:00
ieee80211_output.c fix adhoc/ibss operation for drivers that require host support (e.g. ath): 2004-04-02 23:25:39 +00:00
ieee80211_proto.c insure basic rate bit is set in derived rate set; this 2004-04-02 20:22:25 +00:00
ieee80211_proto.h
ieee80211_radiotap.h Sync with netbsd: 2003-12-28 06:57:28 +00:00
ieee80211_var.h fix adhoc/ibss operation for drivers that require host support (e.g. ath): 2004-04-02 23:25:39 +00:00
ieee80211.c diff reduction against madwifi/p4 2004-04-02 20:19:20 +00:00
ieee80211.h Handle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds. 2004-01-13 06:22:55 +00:00