summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_output.c
Commit message (Expand)AuthorAgeFilesLines
* New ap-side power save implementation; the main change is to allow driverssam2008-10-261-1/+1
* introduce M_ENCAP flag to mark packets encapsulated w/ an 802.11 headersam2008-10-261-0/+6
* fix comment that belonged w/ previous commitsam2008-10-261-3/+2
* change ieee80211_send_probereq to supply raw xmit parameters so it cansam2008-10-261-2/+19
* change ieee80211_send_nulldata to send a QoS Null Data frame to asam2008-10-261-14/+51
* o change ieee80211_mgmt_output to take a raw xmit parameters block sosam2008-10-261-26/+33
* fix old merge botch that causes gaps in the tx seq# space for QoS framessam2008-10-261-1/+0
* fix associd check for adhoc modesam2008-10-251-18/+13
* Cleanup AMPDU handling:sam2008-09-211-3/+23
* reorder RSN/WPA2 ie in beacon and probe response frames to complysam2008-07-071-13/+13
* Split s/w crypt/mic attributes to allow future hackery; this changesam2008-05-281-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-738/+1288
* Add padding for anticipated functionalitykmacy2007-12-071-1/+1
* correct WMM packet classification:sam2007-11-231-40/+9
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-37/+55
* honor IEEE80211_C_TXFRAG; drivers should never get fragmented packetssam2007-09-181-0/+1
* tag mgmt and null data frames w/ a WME priority so drivers can assumesam2007-09-181-0/+6
* Update beacon handling to sync w/ vap code base:sam2007-09-171-22/+20
* drop frames marked for encryption when no key is availablesam2007-08-241-0/+1
* Update 802.11 wireless support:sam2007-06-111-193/+657
* copyright updates:sam2007-06-061-7/+1
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationssam2007-03-111-4/+4
* add IEEE80211_KEY_UNDEFINED and use it instead of local defssam2007-03-111-5/+5
* First cut at half/quarter-rate 11a channel support (e.g. for usesam2006-12-271-4/+4
* back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn'tsam2006-12-011-3/+3
* sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for nowsam2006-12-011-3/+3
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-3/+2
* add per-sta ucast/mcast statssam2006-08-101-0/+4
* add support for 802.11 packet injection via bpfsam2006-07-261-0/+124
* when doing s/w crypto make sure work is done w/ a writable mbuf chain;sam2006-03-151-0/+15
* consolidate calculation of capabilities iesam2006-02-251-47/+34
* set the mgt frame tx timer before dispatching the frame to thesam2006-02-081-8/+10
* update erp information element in the beacon frame to reflectsam2006-01-021-4/+16
* correct handling of dtim for periods > 1sam2005-12-051-1/+1
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* Clarify/fix handling of the current channel:sam2005-08-101-10/+10
* Cleanup beacon/listen interval handling:sam2005-08-081-3/+3
* close a race between reclaiming a node when a station is inactivesam2005-07-311-1/+6
* split xmit of probe request frame out into a separate routine thatsam2005-07-221-33/+85
* split 802.11 frame xmit setup code into ieee80211_send_setupsam2005-07-221-36/+72
* simplify tim callback apisam2005-07-221-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-221-1/+1
* simplifiy ieee80211_send_nulldata apisam2005-07-221-1/+2
* Fix handling of data frames queued for a station in power save mode:sam2005-07-061-0/+2
* mark stations authorized during recv processing instead of doing itsam2005-06-101-8/+0
* WPA/802.11i interoperability fixes:sam2005-06-071-3/+2
* add force flag to enmic/demic crypto api for use in xmit fragmentationsam2005-06-061-1/+1
* don't include wme ie in probe request frames; it was meant for probe responsesam2005-03-261-4/+4
* correct comparison for null ptrsam2005-03-161-1/+1
* rev 1.19 fixed wpa supplicant but broke wpa authenticator; when operatingsam2005-02-101-1/+2
OpenPOWER on IntegriCloud