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_hwmp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed some debug output in hwmp_recv_prep.
monthadar
2012-07-31
1
-3
/
+3
*
Fix a PREQ comparison error in 11s HWMP.
monthadar
2012-07-31
1
-3
/
+4
*
Fix bugs in net80211s found with wtap simulator.
monthadar
2012-07-31
1
-4
/
+6
*
Update HWMP Proactive code and mesh route flags.
monthadar
2012-05-01
1
-20
/
+10
*
PREQ discovery update.
monthadar
2012-05-01
1
-4
/
+63
*
Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.
monthadar
2012-05-01
1
-5
/
+5
*
RANN update
monthadar
2012-05-01
1
-17
/
+82
*
PERR update to be called from mesh code.
monthadar
2012-05-01
1
-1
/
+63
*
* Modified PERR acceptance criteria according to amendment;
monthadar
2012-05-01
1
-25
/
+82
*
Updated PREQ propagation code;
monthadar
2012-05-01
1
-74
/
+65
*
* PREQ acceptance criteria updated to check for proxy condition as in amendment;
monthadar
2012-05-01
1
-6
/
+9
*
* Proactive PREQ (original transmission) must also set
monthadar
2012-05-01
1
-1
/
+2
*
* Fixed hwmp_discover code to populate a PREQ packet correctly;
monthadar
2012-05-01
1
-11
/
+3
*
* Fixed PREQ flag field Adressing mode subfiled according to amendment specs;
monthadar
2012-05-01
1
-4
/
+4
*
* Added a mesh max PREQ retires sysctl that governous how many times
monthadar
2012-05-01
1
-2
/
+38
*
Change how we enforce PREQ minimum interval.
monthadar
2012-05-01
1
-24
/
+33
*
PREP update
monthadar
2012-05-01
1
-65
/
+60
*
Mesh forwarding with proxy support.
monthadar
2012-05-01
1
-63
/
+121
*
Implemented so that Mesh forwarding information lifetime is dynamic.
monthadar
2012-05-01
1
-12
/
+10
*
Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios.
adrian
2012-03-06
1
-65
/
+273
*
* Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;
adrian
2012-03-04
1
-4
/
+4
*
Missing code for receiving MESH PREP that should be part of r230409.
adrian
2012-01-29
1
-6
/
+15
*
Fix the hwmp code to handle nodes in a "line" topology.
adrian
2012-01-21
1
-39
/
+99
*
Change the hwmp debugging to use %6D rather than ether_sprintf().
adrian
2012-01-21
1
-35
/
+36
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Add missing braces.
rpaulo
2010-06-10
1
-1
/
+2
*
Don't reference null pointer in hwmp_recv_preq().
rpaulo
2010-06-01
1
-0
/
+3
*
Update the route's sequence number upon receiving a RANN.
rpaulo
2009-10-29
1
-9
/
+12
*
Initialize rann_flags properly.
rpaulo
2009-10-22
1
-0
/
+1
*
Fix a bug in composing PERR frames introduced by latest draft update.
rpaulo
2009-10-19
1
-1
/
+2
*
HWMP fixes, namely:
rpaulo
2009-10-19
1
-31
/
+32
*
Another 3.03 draft bit that I missed in the previous 802.11s stack
rpaulo
2009-10-12
1
-1
/
+1
*
Update 802.11s mesh support to draft 3.03. This includes a revised frame
rpaulo
2009-09-22
1
-94
/
+61
*
Mesh fixes, namely:
rpaulo
2009-07-27
1
-72
/
+106
*
store mesh timers as ticks and sysctls for changing the defaults
sam
2009-07-21
1
-25
/
+36
*
More mesh bits, namely:
rpaulo
2009-07-20
1
-42
/
+69
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
1
-0
/
+1389