summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_adhoc.c
Commit message (Expand)AuthorAgeFilesLines
* [net80211] revert part of r282405 in order to restore IBSS behaviour.adrian2016-04-091-4/+1
* net80211: eliminate copy-paste nearby ieee80211_check_rxseq()avos2016-03-011-18/+1
* net80211: add few missing subtype names.avos2016-02-191-0/+2
* Begin plumbing ieee80211_rx_stats through the receive path.adrian2015-05-251-10/+19
* Do not check sequence number for QoS Null frames; set it for generated QoS Nulladrian2015-05-121-2/+2
* Prepare for supporting driver-overridden curchan when submitting scanadrian2015-05-101-1/+2
* Fix typo introduced in previous commit.adrian2015-05-101-1/+1
* Use bssid validation for data frames only + add RUN -> RUN state transitionadrian2015-05-041-2/+7
* Mechanically convert to if_inc_counter().glebius2014-09-191-1/+1
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* 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