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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use ic_curmode to decide when to do 11g station accounting,
sam
2005-08-10
2
-5
/
+6
*
Clarify/fix handling of the current channel:
sam
2005-08-10
9
-220
/
+316
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-1
/
+2
*
Split crypto tx+rx key indices and add a key index -> node mapping table:
sam
2005-08-08
8
-76
/
+280
*
use ieee80211_iterate_nodes to retrieve station data; the previous
sam
2005-08-08
1
-45
/
+89
*
Cleanup beacon/listen interval handling:
sam
2005-08-08
7
-14
/
+29
*
fix debug msg typo
sam
2005-08-06
1
-1
/
+1
*
Fix handling of frames sent prior to a station being authorized
sam
2005-08-06
3
-2
/
+40
*
close a race between reclaiming a node when a station is inactive
sam
2005-07-31
3
-2
/
+15
*
when bridging internally bypass the bss node as traffic to it
sam
2005-07-27
1
-11
/
+21
*
bandaid ni_fails handling so ap's with association failures are
sam
2005-07-27
1
-18
/
+24
*
the AREF flag is only meaningful in ap mode; adhoc neighbors now
sam
2005-07-23
1
-1
/
+2
*
o move inactivity-related debug msgs under IEEE80211_MSG_INACT
sam
2005-07-22
1
-8
/
+12
*
split xmit of probe request frame out into a separate routine that
sam
2005-07-22
4
-50
/
+96
*
split 802.11 frame xmit setup code into ieee80211_send_setup
sam
2005-07-22
1
-36
/
+72
*
simplify ic_newassoc callback
sam
2005-07-22
2
-4
/
+3
*
simplify ieee80211_ibss_merge api
sam
2005-07-22
2
-2
/
+3
*
add stats we know we'll need soon and some spare fields for future expansion
sam
2005-07-22
1
-0
/
+8
*
simplify tim callback api
sam
2005-07-22
4
-12
/
+11
*
don't include 802.3 header in min frame length calculation as it may
sam
2005-07-22
1
-1
/
+1
*
simplify ieee80211_node_authorize and ieee80211_node_unauthorize api's
sam
2005-07-22
6
-13
/
+13
*
simplifiy ieee80211_send_nulldata api
sam
2005-07-22
4
-4
/
+5
*
simplify rate set api's by removing ic parameter (implicit in node reference)
sam
2005-07-22
4
-13
/
+16
*
reject association requests with a wpa/rsn ie when wpa/rsn is not
sam
2005-07-22
1
-8
/
+15
*
missed one in last commit; add device name to discard msgs
sam
2005-07-22
1
-1
/
+1
*
include device name in discard msgs
sam
2005-07-22
1
-2
/
+4
*
add diag msgs for frames discarded because the direction field is wrong
sam
2005-07-22
1
-0
/
+8
*
split data frame delivery out to a new function ieee80211_deliver_data
sam
2005-07-22
1
-38
/
+56
*
o add IEEE80211_IOC_FRAGTHRESHOLD for getting+setting the
sam
2005-07-22
2
-2
/
+16
*
o add IEEE80211_FRAG_DEFAULT
sam
2005-07-22
3
-8
/
+15
*
diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use
sam
2005-07-22
4
-5
/
+8
*
add flags missed in last merge
sam
2005-07-22
1
-0
/
+2
*
Diff reduction against p4:
sam
2005-07-22
2
-5
/
+87
*
send a response when an auth request is denied due to an acl;
sam
2005-07-22
1
-0
/
+5
*
remove excess whitespace
sam
2005-07-22
1
-6
/
+6
*
use IF_HANDOFF when bridging frames internally so if_start gets
sam
2005-07-22
1
-8
/
+3
*
Handle encrypt of arbitarily fragmented mbuf chains: previously
sam
2005-07-11
1
-18
/
+68
*
nuke assert that duplicates real check
sam
2005-07-11
1
-3
/
+0
*
Change default key allocation method to do the right thing for
sam
2005-07-09
1
-1
/
+18
*
correct check for high priority wme traffic
sam
2005-07-08
1
-1
/
+1
*
fix another instance of the MORE_DATA bit handling for frames on the
sam
2005-07-08
1
-2
/
+1
*
add "pureg" mode for ap operation: reject association requests from
sam
2005-07-06
4
-2
/
+23
*
Fix handling of data frames queued for a station in power save mode:
sam
2005-07-06
3
-6
/
+7
*
Fix race condition in handling node reference counts for authenticating
sam
2005-07-06
3
-2
/
+32
*
Only update the scan entry state based on newly received frames.
avatar
2005-07-06
1
-1
/
+2
*
remove auto-add of IEEE80211_KEY_GROUP; all the apps that need to
sam
2005-07-05
1
-3
/
+0
*
o when setting a wpa key, hold a ref on the bss node;
sam
2005-07-05
1
-5
/
+17
*
when operating in ap mode, explicitly drop associated/authenticated
sam
2005-07-04
1
-19
/
+25
*
revert 1.53; it breaks ibss merge
sam
2005-06-13
1
-2
/
+2
*
don't look at the wme ie in a beacon unless we negotiated use
sam
2005-06-10
1
-0
/
+1
[next]