index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net80211
/
ieee80211_sta.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[net80211] add back in the ff/superg node init call that I accidentally
adrian
2016-04-09
1
-0
/
+8
*
[net80211] Initial A-MSDU support for testing / evaluation
adrian
2016-04-06
1
-5
/
+1
*
[net80211] migrate the time_* macros to ieee80211_* namespace.
adrian
2016-03-30
1
-3
/
+3
*
net80211: enable software beacon miss timer in SLEEP state
avos
2016-03-21
1
-13
/
+21
*
net80211: add missing SLEEP -> AUTH state transition for station mode.
avos
2016-03-21
1
-1
/
+2
*
net80211: drop <smth> -> INIT state transition warning (STA mode only)
avos
2016-03-03
1
-1
/
+1
*
net80211: eliminate copy-paste nearby ieee80211_check_rxseq()
avos
2016-03-01
1
-18
/
+1
*
net80211: add few missing subtype names.
avos
2016-02-19
1
-0
/
+1
*
Convert malloc/free back to #define's, as part of OS portability work.
adrian
2015-05-25
1
-1
/
+1
*
Begin plumbing ieee80211_rx_stats through the receive path.
adrian
2015-05-25
1
-9
/
+22
*
Do not check sequence number for QoS Null frames; set it for generated QoS Null
adrian
2015-05-12
1
-2
/
+2
*
Prepare for supporting driver-overridden curchan when submitting scan
adrian
2015-05-10
1
-3
/
+4
*
Break out the unicast/multicast TIM bit setting into "set something
adrian
2014-12-21
1
-5
/
+28
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-1
/
+1
*
Add a SLEEP->SCAN transition. Without this a disassociate or scan
adrian
2014-04-25
1
-9
/
+8
*
Begin fleshing out support for net80211 provided (legacy) sleep management.
adrian
2014-04-24
1
-5
/
+43
*
Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.
kevlo
2014-01-08
1
-4
/
+4
*
Handle ath-specific and WME IE's in adhoc mode.
adrian
2012-12-09
1
-1
/
+2
*
Migrate the power-save functions to be overridable VAP methods.
adrian
2012-10-02
1
-3
/
+3
*
Create a new task to handle 802.11n channel width changes.
adrian
2012-03-25
1
-2
/
+11
*
Only increment is_beacon_bad if we're not scanning.
adrian
2012-02-28
1
-1
/
+2
*
Track the number of bad beacons received.
adrian
2012-02-28
1
-1
/
+3
*
.. add missing include from an incorrect merge.
adrian
2011-11-08
1
-0
/
+2
*
Reject frames in STA mode which are not destined to the local STA address.
adrian
2011-11-08
1
-0
/
+24
*
Add 802.11h quiet time element support into net80211.
adrian
2011-11-08
1
-0
/
+2
*
Fix a panic in the wifi stack when a software beacon miss occurs in the wrong...
adrian
2011-10-02
1
-0
/
+2
*
Fix some corner cases in the net80211 sequence number retransmission
adrian
2011-05-04
1
-5
/
+1
*
Fix a cut&paste error while parsing htcap/htinfo elements. This one is
bschmidt
2011-03-13
1
-1
/
+1
*
Make sure to only accept and handle action frames which are for us. In
bschmidt
2011-02-22
1
-4
/
+9
*
Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while here
bschmidt
2011-02-21
1
-5
/
+14
*
Instead of using the AMRR ratectl algo as default for drivers which have
bschmidt
2010-11-06
1
-2
/
+1
*
Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework
bschmidt
2010-08-14
1
-1
/
+2
*
Initialize ni_txrate after txparams have been setup. Some drivers
bschmidt
2010-08-14
1
-0
/
+2
*
Fixing compilation bustage by adding the missing && back.
avatar
2010-06-11
1
-1
/
+1
*
Some odd APs send beacons on the same TX queue as non-beacons. This breaks
rpaulo
2010-06-10
1
-1
/
+1
*
Fix a couple of bugs with 802.11n:
rpaulo
2010-03-18
1
-1
/
+6
*
fixes a broken software beacon miss handler. There is a race to check
weongyo
2010-03-14
1
-0
/
+2
*
When taking the AMPDU reorder fastpath, need_tap wasn't being
rpaulo
2010-02-03
1
-2
/
+1
*
Call ieee80211_radiotap_rx, not ieee80211_radiotap_tx on sta_input()
rpaulo
2010-01-25
1
-1
/
+1
*
on transition to SLEEP state mark the station in power save, not awake
sam
2009-09-03
1
-1
/
+1
*
Revamp 802.11 action frame handling:
sam
2009-07-05
1
-1
/
+1
*
When associating to an AP we don't know if HT is negotiated until
sam
2009-06-11
1
-0
/
+1
*
iv_flags_ext is full, make room by moving HT-related flags to a new
sam
2009-06-07
1
-3
/
+3
*
o station mode channel switch support
sam
2009-06-04
1
-7
/
+145
*
Fix handling of devices w/o radiotap support:
sam
2009-05-25
1
-1
/
+1
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-22
/
+17
*
whitespace
sam
2009-04-26
1
-0
/
+1
*
print both fc bytes when hitting a protocol version mismatch
sam
2009-04-26
1
-1
/
+2
*
add iv_recv_ctl method to allow hooking rx ctl frame handling
sam
2009-04-26
1
-0
/
+8
*
o use shared code to handle bpf tap and mbuf cleanup
sam
2009-04-26
1
-5
/
+2
[next]