aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_hostap.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix handling of devices w/o radiotap support:Sam Leffler2009-05-251-1/+1
* Overhaul monitor mode handling:Sam Leffler2009-05-201-24/+18
* print both fc bytes when hitting a protocol version mismatchSam Leffler2009-04-261-1/+2
* add iv_recv_ctl method to allow hooking rx ctl frame handlingSam Leffler2009-04-261-8/+16
* o use shared code to handle bpf tap and mbuf cleanupSam Leffler2009-04-261-5/+2
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-301-0/+4
* split Atheros SuperG support out into it's own file that's included onlySam Leffler2009-03-241-24/+12
* follow prevailing styleSam Leffler2008-12-311-1/+1
* convert MALLOC/FREE to malloc/freeSam Leffler2008-12-181-2/+2
* fix commentSam Leffler2008-12-161-1/+1
* Replace adhoc checks in ieee80211_start with a per-node flag thatSam Leffler2008-12-151-0/+10
* convert calls to IFQ_HANDOFF to if_transmitKip Macy2008-11-221-1/+1
* Fix checks for fast frames negotiation. ni_ath_flags holds theSam Leffler2008-10-301-1/+1
* New ap-side power save implementation; the main change is to allow driversSam Leffler2008-10-261-2/+7
* Revert the removal of the MALLOC and FREE macros from the net80211 code.Dag-Erling Smørgrav2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* must do a deep copy of mcast packets as they can be modified after dispatchSam Leffler2008-09-251-1/+1
* Revamp ht ie handling:Sam Leffler2008-09-211-1/+2
* Cleanup AMPDU handling:Sam Leffler2008-09-211-13/+9
* don't deauth a station because it sends a ps-poll w/ a bogus aid in it;Sam Leffler2008-07-261-2/+8
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-0/+2236