summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_adhoc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r260444:kevlo2014-02-171-3/+3
* Disable this variable; the code using it is also disabled.adrian2013-02-181-0/+2
* Disable this code and add a note as to why.adrian2013-02-181-0/+15
* Initial cut at making IBSS support 802.11n aware.adrian2013-01-261-0/+18
* Adjust the channel to correctly setup the HT flags when transitioningadrian2012-12-101-1/+3
* Undo the previous adhoc commit - doing the WME IE handling hereadrian2012-12-091-10/+0
* Handle ath-specific and WME IE's in adhoc mode.adrian2012-12-091-0/+11
* Migrate the power-save functions to be overridable VAP methods.adrian2012-10-021-1/+1
* Fix some corner cases in the net80211 sequence number retransmissionadrian2011-05-041-5/+1
* Make sure to only accept and handle action frames which are for us. Inbschmidt2011-02-221-4/+13
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while herebschmidt2011-02-211-60/+41
* Fix a couple of bugs with 802.11n:rpaulo2010-03-181-1/+7
* When taking the AMPDU reorder fastpath, need_tap wasn't beingrpaulo2010-02-031-2/+1
* Revamp 802.11 action frame handling:sam2009-07-051-1/+1
* Fix handling of devices w/o radiotap support:sam2009-05-251-1/+1
* Overhaul monitor mode handling:sam2009-05-201-20/+15
* whitespacesam2009-05-021-0/+1
* print both fc bytes when hitting a protocol version mismatchsam2009-04-261-1/+2
* add iv_recv_ctl method to allow hooking rx ctl frame handlingsam2009-04-261-0/+8
* o use shared code to handle bpf tap and mbuf cleanupsam2009-04-261-5/+2
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-24/+8
* clean neighbor entries on beacon misssam2009-02-101-1/+13
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+26
* Fix checks for fast frames negotiation. ni_ath_flags holds thesam2008-10-301-1/+1
* o use the new association callback to notify the driver when joining a bsssam2008-10-271-2/+6
* use a private mgt frame recv handler for ahdemo mode instead of an inlinesam2008-10-251-4/+24
* add/improve debug msgssam2008-10-251-2/+12
* Cleanup AMPDU handling:sam2008-09-211-13/+9
* no need to stop the sw beacon miss timer; it's not used with adhoc or wdssam2008-05-221-2/+0
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-0/+877
OpenPOWER on IntegriCloud