summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_output.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* correct check for unicast key being setup; wpa_supplicant in particularsam2005-02-031-1/+1
* update node reference count debug msgs to include the node addresssam2005-01-241-3/+3
* clear IEEE80211_F_WMEUPDATE when building the initial beacon frame so wesam2005-01-241-0/+1
* handle potential stale values of bssid in neighbor nodes thatsam2005-01-221-1/+5
* bump copyright for 2005sam2004-12-311-1/+1
* Relearn how WPA keying is supposed to work and fix WPA+WME whilesam2004-12-311-111/+128
* fixup printf arguments for 64-bit machinessam2004-12-081-3/+3
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-155/+1171
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowrwatson2004-07-271-1/+1
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):sam2004-04-021-29/+7
* add statistics for all failures and/or abnormal events; still needsam2003-10-171-11/+14
* include FH/DS parameters element in probe response framessam2003-10-171-0/+18
* o add capability to indicate if device receives all management framessam2003-10-171-6/+17
* Honor the short preamble capability/state flag when calculating thesam2003-09-141-1/+12
* o correct logic that checks frame size to decide if a cluaster is neededsam2003-09-011-1/+2
* MFp4 changes to fix locking issues and correct referencesam2003-08-191-37/+104
* add monitor modesam2003-07-211-0/+3
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>sam2003-06-271-21/+17
* new 802.11 layer:sam2003-06-231-0/+485
OpenPOWER on IntegriCloud