summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
Commit message (Expand)AuthorAgeFilesLines
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-111-1/+1
* expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MACsam2007-03-111-0/+31
* correct conversions between TU and ms/ticks; these are not usedsam2007-03-051-3/+3
* fix declaration / definition mismatch with ieee80211_chan2ieeekmacy2007-01-061-1/+1
* First cut at half/quarter-rate 11a channel support (e.g. for usesam2006-12-271-1/+3
* add rate control debug msg bitsam2006-11-261-0/+1
* add support for 802.11 packet injection via bpfsam2006-07-261-0/+3
* o move min/max beacon interval and dtim period to public locationsam2006-07-261-7/+0
* when scanning channels marked passive defer probe request untilsam2006-03-061-0/+1
* o make driver override of net80211 parameter state consistentsam2006-02-141-0/+1
* s/w beacon miss facility; need to add knobs to fiddle with the settingssam2006-01-231-0/+6
* switch beacon miss threshold from a time to the number of beaconsam2006-01-231-1/+1
* update erp information element in the beacon frame to reflectsam2006-01-021-0/+1
* correct (reversed) ms<->tu macrossam2005-12-291-2/+2
* make packet bursting configurable (default to on if device is capable)sam2005-12-141-0/+1
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventssam2005-12-121-0/+4
* add fixed rate for sending multicast framessam2005-12-121-0/+2
* Update ieee80211_mhz2ieee to understand public safety bands and spectrumsam2005-11-151-2/+2
* Clarify/fix handling of the current channel:sam2005-08-101-0/+1
* Cleanup beacon/listen interval handling:sam2005-08-081-1/+3
* simplify ic_newassoc callbacksam2005-07-221-2/+1
* simplify tim callback apisam2005-07-221-2/+1
* o add IEEE80211_FRAG_DEFAULTsam2005-07-221-0/+3
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-221-0/+2
* add flags missed in last mergesam2005-07-221-0/+2
* Diff reduction against p4:sam2005-07-221-5/+45
* add "pureg" mode for ap operation: reject association requests fromsam2005-07-061-1/+2
* o collect dtim period+count from beacons in station mode so driverssam2005-06-091-1/+2
* o clarify that beacon interval settings are in TU's, not mssam2005-01-241-3/+6
* statically allocate the station/neighbor node table; the deferredsam2005-01-241-1/+1
* bump copyright for 2005sam2004-12-311-1/+1
* add ieee80211_hdrspace and ieee80211_anyhdrspace to calculate the spacesam2004-12-311-0/+30
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-172/+211
* eliminate nested include by making MALLOC_DECLARE conditional on thesam2004-04-051-1/+0
* export the malloc type M_80211_NODE for drivers that override the nodesam2004-04-051-0/+1
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):sam2004-04-021-1/+0
* o add support for controlling the power of transmitted framessam2004-03-301-0/+15
* Add support for FH phy, which will be used by awi driver.onoe2004-01-151-1/+9
* add statistics for all failures and/or abnormal events; still needsam2003-10-171-0/+2
* correct commentsam2003-10-171-1/+1
* o add capability to indicate if device receives all management framessam2003-10-171-0/+1
* Try yet again to deal with timing out nodes. We cannot hold thesam2003-09-261-0/+1
* Generalize the per-node RSSI data so drivers can do more interestingsam2003-09-151-0/+2
* MFp4 changes to fix locking issues and correct referencesam2003-08-191-1/+2
* add monitor modesam2003-07-211-1/+3
* o change ieee80211_new_state handling to use a proper method that driverssam2003-07-201-1/+2
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>sam2003-06-271-11/+17
* new 802.11 layer:sam2003-06-231-0/+255
OpenPOWER on IntegriCloud