aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_adhoc.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: fix -Wunused-but-set-variable warningsBjoern A. Zeeb2021-11-241-1/+4
* net80211: prevent plaintext injection by A-MSDU RFC1042/EAPOL framesMathy Vanhoef2021-09-301-6/+12
* net80211: mitigation against A-MSDU design flawMathy Vanhoef2021-09-301-1/+1
* net80211: reject mixed plaintext/encrypted fragmentsMathy Vanhoef2021-09-301-1/+1
* [net80211] Send a probe request after IBSS node discoveryAdrian Chadd2020-06-051-2/+25
* net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk2019-02-101-5/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] prepare for A-MSDU/A-MPDU offload crypto / sequence number checking.Adrian Chadd2017-05-201-2/+2
* [net80211] Initial VHT node upgrade/downgrade support and initial IE parsing.Adrian Chadd2017-01-131-1/+5
* [net80211] Only send out a probe request if we see an unknown IBSS node that ...Adrian Chadd2016-11-221-13/+12
* [net80211] flesh out more IBSS 11n supportAdrian Chadd2016-11-221-2/+35
* [net80211] handle hardware encryption offload in the receive pathAdrian Chadd2016-11-191-5/+16
* net80211: switch from ieee80211_iterate_nodes() toAndriy Voskoboinyk2016-11-141-3/+4
* [net80211] don't add IBSS node table entries for neighbors from other SSIDs.Adrian Chadd2016-09-211-1/+13
* net80211: fix possible panic in adhoc mode (INIT -> RUN state transition).Andriy Voskoboinyk2016-09-121-0/+13
* [net80211] re-revert the ibss "is this local to the bss" patch.Adrian Chadd2016-06-251-1/+4
* net80211: drop some unused variables / local macrosAndriy Voskoboinyk2016-05-121-2/+1
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* [net80211] fix indenting.Adrian Chadd2016-04-281-2/+2
* [net80211] handle action frames in adhoc mode from the node that created the ...Adrian Chadd2016-04-281-1/+2
* net80211: hide subtype mask & shift in function call.Andriy Voskoboinyk2016-04-201-2/+1
* [net80211] revert part of r282405 in order to restore IBSS behaviour.Adrian Chadd2016-04-091-4/+1
* net80211: eliminate copy-paste nearby ieee80211_check_rxseq()Andriy Voskoboinyk2016-03-011-18/+1
* net80211: add few missing subtype names.Andriy Voskoboinyk2016-02-191-0/+2
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-251-10/+19
* Do not check sequence number for QoS Null frames; set it for generated QoS NullAdrian Chadd2015-05-121-2/+2
* Prepare for supporting driver-overridden curchan when submitting scanAdrian Chadd2015-05-101-1/+2
* Fix typo introduced in previous commit.Adrian Chadd2015-05-101-1/+1
* Use bssid validation for data frames only + add RUN -> RUN state transitionAdrian Chadd2015-05-041-2/+7
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-1/+1
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Disable this variable; the code using it is also disabled.Adrian Chadd2013-02-181-0/+2
* Disable this code and add a note as to why.Adrian Chadd2013-02-181-0/+15
* Initial cut at making IBSS support 802.11n aware.Adrian Chadd2013-01-261-0/+18
* Adjust the channel to correctly setup the HT flags when transitioningAdrian Chadd2012-12-101-1/+3
* Undo the previous adhoc commit - doing the WME IE handling hereAdrian Chadd2012-12-091-10/+0
* Handle ath-specific and WME IE's in adhoc mode.Adrian Chadd2012-12-091-0/+11
* Migrate the power-save functions to be overridable VAP methods.Adrian Chadd2012-10-021-1/+1
* Fix some corner cases in the net80211 sequence number retransmissionAdrian Chadd2011-05-041-5/+1
* Make sure to only accept and handle action frames which are for us. InBernhard Schmidt2011-02-221-4/+13
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while hereBernhard Schmidt2011-02-211-60/+41
* Fix a couple of bugs with 802.11n:Rui Paulo2010-03-181-1/+7
* When taking the AMPDU reorder fastpath, need_tap wasn't beingRui Paulo2010-02-031-2/+1
* Revamp 802.11 action frame handling:Sam Leffler2009-07-051-1/+1
* Fix handling of devices w/o radiotap support:Sam Leffler2009-05-251-1/+1
* Overhaul monitor mode handling:Sam Leffler2009-05-201-20/+15
* whitespaceSam Leffler2009-05-021-0/+1
* 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-0/+8