summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_hwmp.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed some debug output in hwmp_recv_prep.monthadar2012-07-311-3/+3
* Fix a PREQ comparison error in 11s HWMP.monthadar2012-07-311-3/+4
* Fix bugs in net80211s found with wtap simulator.monthadar2012-07-311-4/+6
* Update HWMP Proactive code and mesh route flags.monthadar2012-05-011-20/+10
* PREQ discovery update.monthadar2012-05-011-4/+63
* Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.monthadar2012-05-011-5/+5
* RANN updatemonthadar2012-05-011-17/+82
* PERR update to be called from mesh code.monthadar2012-05-011-1/+63
* * Modified PERR acceptance criteria according to amendment;monthadar2012-05-011-25/+82
* Updated PREQ propagation code;monthadar2012-05-011-74/+65
* * PREQ acceptance criteria updated to check for proxy condition as in amendment;monthadar2012-05-011-6/+9
* * Proactive PREQ (original transmission) must also setmonthadar2012-05-011-1/+2
* * Fixed hwmp_discover code to populate a PREQ packet correctly;monthadar2012-05-011-11/+3
* * Fixed PREQ flag field Adressing mode subfiled according to amendment specs;monthadar2012-05-011-4/+4
* * Added a mesh max PREQ retires sysctl that governous how many timesmonthadar2012-05-011-2/+38
* Change how we enforce PREQ minimum interval.monthadar2012-05-011-24/+33
* PREP updatemonthadar2012-05-011-65/+60
* Mesh forwarding with proxy support.monthadar2012-05-011-63/+121
* Implemented so that Mesh forwarding information lifetime is dynamic.monthadar2012-05-011-12/+10
* Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios.adrian2012-03-061-65/+273
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;adrian2012-03-041-4/+4
* Missing code for receiving MESH PREP that should be part of r230409.adrian2012-01-291-6/+15
* Fix the hwmp code to handle nodes in a "line" topology.adrian2012-01-211-39/+99
* Change the hwmp debugging to use %6D rather than ether_sprintf().adrian2012-01-211-35/+36
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Add missing braces.rpaulo2010-06-101-1/+2
* Don't reference null pointer in hwmp_recv_preq().rpaulo2010-06-011-0/+3
* Update the route's sequence number upon receiving a RANN.rpaulo2009-10-291-9/+12
* Initialize rann_flags properly.rpaulo2009-10-221-0/+1
* Fix a bug in composing PERR frames introduced by latest draft update.rpaulo2009-10-191-1/+2
* HWMP fixes, namely:rpaulo2009-10-191-31/+32
* Another 3.03 draft bit that I missed in the previous 802.11s stackrpaulo2009-10-121-1/+1
* Update 802.11s mesh support to draft 3.03. This includes a revised framerpaulo2009-09-221-94/+61
* Mesh fixes, namely:rpaulo2009-07-271-72/+106
* store mesh timers as ticks and sysctls for changing the defaultssam2009-07-211-25/+36
* More mesh bits, namely:rpaulo2009-07-201-42/+69
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+1389
OpenPOWER on IntegriCloud