summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_output.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFC support to return all received information elements in scan resultsSam Leffler2008-08-171-7/+9
* Add padding for anticipated functionalityKip Macy2007-12-071-1/+1
* MFC: WMM packet classification fixesSam Leffler2007-11-281-40/+9
* MFC: sync 11n support with vap code baseSam Leffler2007-11-111-37/+55
* honor IEEE80211_C_TXFRAG; drivers should never get fragmented packetsSam Leffler2007-09-181-0/+1
* tag mgmt and null data frames w/ a WME priority so drivers can assumeSam Leffler2007-09-181-0/+6
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-171-22/+20
* drop frames marked for encryption when no key is availableSam Leffler2007-08-241-0/+1
* Update 802.11 wireless support:Sam Leffler2007-06-111-193/+657
* copyright updates:Sam Leffler2007-06-061-7/+1
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationsSam Leffler2007-03-111-4/+4
* add IEEE80211_KEY_UNDEFINED and use it instead of local defsSam Leffler2007-03-111-5/+5
* First cut at half/quarter-rate 11a channel support (e.g. for useSam Leffler2006-12-271-4/+4
* back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn'tSam Leffler2006-12-011-3/+3
* sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for nowSam Leffler2006-12-011-3/+3
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-3/+2
* add per-sta ucast/mcast statsSam Leffler2006-08-101-0/+4
* add support for 802.11 packet injection via bpfSam Leffler2006-07-261-0/+124
* when doing s/w crypto make sure work is done w/ a writable mbuf chain;Sam Leffler2006-03-151-0/+15
* consolidate calculation of capabilities ieSam Leffler2006-02-251-47/+34
* set the mgt frame tx timer before dispatching the frame to theSam Leffler2006-02-081-8/+10
* update erp information element in the beacon frame to reflectSam Leffler2006-01-021-4/+16
* correct handling of dtim for periods > 1Sam Leffler2005-12-051-1/+1
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.Andre Oppermann2005-11-021-1/+1
* Clarify/fix handling of the current channel:Sam Leffler2005-08-101-10/+10
* Cleanup beacon/listen interval handling:Sam Leffler2005-08-081-3/+3
* close a race between reclaiming a node when a station is inactiveSam Leffler2005-07-311-1/+6
* split xmit of probe request frame out into a separate routine thatSam Leffler2005-07-221-33/+85
* split 802.11 frame xmit setup code into ieee80211_send_setupSam Leffler2005-07-221-36/+72
* simplify tim callback apiSam Leffler2005-07-221-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'sSam Leffler2005-07-221-1/+1
* simplifiy ieee80211_send_nulldata apiSam Leffler2005-07-221-1/+2
* Fix handling of data frames queued for a station in power save mode:Sam Leffler2005-07-061-0/+2
* mark stations authorized during recv processing instead of doing itSam Leffler2005-06-101-8/+0
* WPA/802.11i interoperability fixes:Sam Leffler2005-06-071-3/+2
* add force flag to enmic/demic crypto api for use in xmit fragmentationSam Leffler2005-06-061-1/+1
* don't include wme ie in probe request frames; it was meant for probe responseSam Leffler2005-03-261-4/+4
* correct comparison for null ptrSam Leffler2005-03-161-1/+1
* rev 1.19 fixed wpa supplicant but broke wpa authenticator; when operatingSam Leffler2005-02-101-1/+2
* correct check for unicast key being setup; wpa_supplicant in particularSam Leffler2005-02-031-1/+1
* update node reference count debug msgs to include the node addressSam Leffler2005-01-241-3/+3
* clear IEEE80211_F_WMEUPDATE when building the initial beacon frame so weSam Leffler2005-01-241-0/+1
* handle potential stale values of bssid in neighbor nodes thatSam Leffler2005-01-221-1/+5
* bump copyright for 2005Sam Leffler2004-12-311-1/+1
* Relearn how WPA keying is supposed to work and fix WPA+WME whileSam Leffler2004-12-311-111/+128
* fixup printf arguments for 64-bit machinesSam Leffler2004-12-081-3/+3
* Update 802.11 support; too much new functionality to fully describeSam Leffler2004-12-081-155/+1171
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowRobert Watson2004-07-271-1/+1
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):Sam Leffler2004-04-021-29/+7