aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_sta.c
Commit message (Expand)AuthorAgeFilesLines
* 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] quiet IE handling improvementsAdrian Chadd2017-02-091-1/+40
* [net80211] Initial VHT node upgrade/downgrade support and initial IE parsing.Adrian Chadd2017-01-131-2/+45
* [net80211] handle hardware encryption offload in the receive pathAdrian Chadd2016-11-191-7/+53
* [net80211] Don't check bgscanidle setting in net80211 for full-offload scan.Imre Vadász2016-11-171-2/+5
* net80211: fix more compiler warnings.Andriy Voskoboinyk2016-05-191-1/+0
* net80211: drop some unused variables / local macrosAndriy Voskoboinyk2016-05-121-8/+0
* net80211: hide subtype mask & shift in function call.Andriy Voskoboinyk2016-04-201-4/+2
* net80211: provide descriptions for reason codesAndriy Voskoboinyk2016-04-201-2/+4
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-201-1/+1
* [net80211] add back in the ff/superg node init call that I accidentallyAdrian Chadd2016-04-091-0/+8
* [net80211] Initial A-MSDU support for testing / evaluationAdrian Chadd2016-04-061-5/+1
* [net80211] migrate the time_* macros to ieee80211_* namespace.Adrian Chadd2016-03-301-3/+3
* net80211: enable software beacon miss timer in SLEEP stateAndriy Voskoboinyk2016-03-211-13/+21
* net80211: add missing SLEEP -> AUTH state transition for station mode.Andriy Voskoboinyk2016-03-211-1/+2
* net80211: drop <smth> -> INIT state transition warning (STA mode only)Andriy Voskoboinyk2016-03-031-1/+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/+1
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-1/+1
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-251-9/+22
* 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-3/+4
* Break out the unicast/multicast TIM bit setting into "set somethingAdrian Chadd2014-12-211-5/+28
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-1/+1
* Add a SLEEP->SCAN transition. Without this a disassociate or scanAdrian Chadd2014-04-251-9/+8
* Begin fleshing out support for net80211 provided (legacy) sleep management.Adrian Chadd2014-04-241-5/+43
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-4/+4
* Handle ath-specific and WME IE's in adhoc mode.Adrian Chadd2012-12-091-1/+2
* Migrate the power-save functions to be overridable VAP methods.Adrian Chadd2012-10-021-3/+3
* Create a new task to handle 802.11n channel width changes.Adrian Chadd2012-03-251-2/+11
* Only increment is_beacon_bad if we're not scanning.Adrian Chadd2012-02-281-1/+2
* Track the number of bad beacons received.Adrian Chadd2012-02-281-1/+3
* .. add missing include from an incorrect merge.Adrian Chadd2011-11-081-0/+2
* Reject frames in STA mode which are not destined to the local STA address.Adrian Chadd2011-11-081-0/+24
* Add 802.11h quiet time element support into net80211.Adrian Chadd2011-11-081-0/+2
* Fix a panic in the wifi stack when a software beacon miss occurs in the wrong...Adrian Chadd2011-10-021-0/+2
* Fix some corner cases in the net80211 sequence number retransmissionAdrian Chadd2011-05-041-5/+1
* Fix a cut&paste error while parsing htcap/htinfo elements. This one isBernhard Schmidt2011-03-131-1/+1
* Make sure to only accept and handle action frames which are for us. InBernhard Schmidt2011-02-221-4/+9
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while hereBernhard Schmidt2011-02-211-5/+14
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-061-2/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkBernhard Schmidt2010-08-141-1/+2
* Initialize ni_txrate after txparams have been setup. Some driversBernhard Schmidt2010-08-141-0/+2
* Fixing compilation bustage by adding the missing && back.Tai-hwa Liang2010-06-111-1/+1
* Some odd APs send beacons on the same TX queue as non-beacons. This breaksRui Paulo2010-06-101-1/+1
* Fix a couple of bugs with 802.11n:Rui Paulo2010-03-181-1/+6
* fixes a broken software beacon miss handler. There is a race to checkWeongyo Jeong2010-03-141-0/+2
* When taking the AMPDU reorder fastpath, need_tap wasn't beingRui Paulo2010-02-031-2/+1
* Call ieee80211_radiotap_rx, not ieee80211_radiotap_tx on sta_input()Rui Paulo2010-01-251-1/+1