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_adhoc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Begin plumbing ieee80211_rx_stats through the receive path.
adrian
2015-05-25
1
-10
/
+19
*
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
-1
/
+2
*
Fix typo introduced in previous commit.
adrian
2015-05-10
1
-1
/
+1
*
Use bssid validation for data frames only + add RUN -> RUN state transition
adrian
2015-05-04
1
-2
/
+7
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-1
/
+1
*
Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.
kevlo
2014-01-08
1
-3
/
+3
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Disable this variable; the code using it is also disabled.
adrian
2013-02-18
1
-0
/
+2
*
Disable this code and add a note as to why.
adrian
2013-02-18
1
-0
/
+15
*
Initial cut at making IBSS support 802.11n aware.
adrian
2013-01-26
1
-0
/
+18
*
Adjust the channel to correctly setup the HT flags when transitioning
adrian
2012-12-10
1
-1
/
+3
*
Undo the previous adhoc commit - doing the WME IE handling here
adrian
2012-12-09
1
-10
/
+0
*
Handle ath-specific and WME IE's in adhoc mode.
adrian
2012-12-09
1
-0
/
+11
*
Migrate the power-save functions to be overridable VAP methods.
adrian
2012-10-02
1
-1
/
+1
*
Fix some corner cases in the net80211 sequence number retransmission
adrian
2011-05-04
1
-5
/
+1
*
Make sure to only accept and handle action frames which are for us. In
bschmidt
2011-02-22
1
-4
/
+13
*
Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while here
bschmidt
2011-02-21
1
-60
/
+41
*
Fix a couple of bugs with 802.11n:
rpaulo
2010-03-18
1
-1
/
+7
*
When taking the AMPDU reorder fastpath, need_tap wasn't being
rpaulo
2010-02-03
1
-2
/
+1
*
Revamp 802.11 action frame handling:
sam
2009-07-05
1
-1
/
+1
*
Fix handling of devices w/o radiotap support:
sam
2009-05-25
1
-1
/
+1
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-20
/
+15
*
whitespace
sam
2009-05-02
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
*
split Atheros SuperG support out into it's own file that's included only
sam
2009-03-24
1
-24
/
+8
*
clean neighbor entries on beacon miss
sam
2009-02-10
1
-1
/
+13
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
1
-1
/
+26
*
Fix checks for fast frames negotiation. ni_ath_flags holds the
sam
2008-10-30
1
-1
/
+1
*
o use the new association callback to notify the driver when joining a bss
sam
2008-10-27
1
-2
/
+6
*
use a private mgt frame recv handler for ahdemo mode instead of an inline
sam
2008-10-25
1
-4
/
+24
*
add/improve debug msgs
sam
2008-10-25
1
-2
/
+12
*
Cleanup AMPDU handling:
sam
2008-09-21
1
-13
/
+9
*
no need to stop the sw beacon miss timer; it's not used with adhoc or wds
sam
2008-05-22
1
-2
/
+0
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-0
/
+877