summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
Commit message (Expand)AuthorAgeFilesLines
...
* correct sortingsam2008-11-231-1/+1
* New ap-side power save implementation; the main change is to allow driverssam2008-10-261-1/+1
* Sync BAR frame handling with out of tree work:sam2008-10-251-0/+3
* RIFS support; needs driver callback for dynamic state changesam2008-09-221-0/+2
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-211-0/+1
* Crypto api changes:sam2008-09-211-1/+1
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-1/+2
* Add ieee80211_suspend_all and ieee80211_resume_all forsam2008-05-281-0/+1
* Minor cleanup of vap create work:sam2008-05-121-1/+6
* add DFS capability bit and use it to auto-enable DFS supportsam2008-05-111-0/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-183/+328
* add ieee80211_find_channel_byieee to lookup a channel by ieee channel #sam2007-11-231-0/+2
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-2/+21
* Update beacon handling to sync w/ vap code base:sam2007-09-171-3/+15
* Fixup sta inactivity handling:sam2007-09-061-0/+1
* Update 802.11 wireless support:sam2007-06-111-100/+217
* copyright updates:sam2007-06-061-7/+1
* 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
OpenPOWER on IntegriCloud