aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_hwmp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* Convert net80211 over to using if_transmit for the dispatch from theAdrian Chadd2013-08-081-1/+1
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-081-11/+13
* Mesh HWMP forwarding information: updating FI for transmitter.Monthadar Al Jaberi2013-02-071-5/+44
* Mesh HWMP PERR bug fixes.Monthadar Al Jaberi2013-02-071-1/+1
* Mesh HWMP PREQ: fixed conditions for discarding elements.Monthadar Al Jaberi2013-02-071-4/+4
* Mesh HWMP: don't send an intermediate PREP for proxy entries.Monthadar Al Jaberi2013-02-071-1/+3
* Mesh HWMP PREQ update: proxy reply only if mesh STA is a meshgate.Monthadar Al Jaberi2013-02-071-3/+6
* HWMP: ic->raw_xmit didn't always point to correct ni.Monthadar Al Jaberi2013-02-071-68/+51
* Send frames to mesh gate if 11s discovery fails.Monthadar Al Jaberi2013-02-071-6/+11
* Mark root mesh as gate when mesh gate flag set.Monthadar Al Jaberi2013-02-071-0/+19
* Mesh update: add base Mesh Gate functionality.Monthadar Al Jaberi2013-02-071-0/+4
* Mesh: management mesh action frames are to be discardedMonthadar Al Jaberi2013-02-071-14/+1
* HWMP: Accept a PERR even if path is valid.Monthadar Al Jaberi2013-02-071-1/+1
* Fix mesh path flag.Monthadar Al Jaberi2013-02-071-2/+5
* Handle HWMP if_transmit() failure gracefully.Adrian Chadd2013-01-061-1/+13
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Fixed some debug output in hwmp_recv_prep.Monthadar Al Jaberi2012-07-311-3/+3
* Fix a PREQ comparison error in 11s HWMP.Monthadar Al Jaberi2012-07-311-3/+4
* Fix bugs in net80211s found with wtap simulator.Monthadar Al Jaberi2012-07-311-4/+6
* Update HWMP Proactive code and mesh route flags.Monthadar Al Jaberi2012-05-011-20/+10
* PREQ discovery update.Monthadar Al Jaberi2012-05-011-4/+63
* Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.Monthadar Al Jaberi2012-05-011-5/+5
* RANN updateMonthadar Al Jaberi2012-05-011-17/+82
* PERR update to be called from mesh code.Monthadar Al Jaberi2012-05-011-1/+63
* * Modified PERR acceptance criteria according to amendment;Monthadar Al Jaberi2012-05-011-25/+82
* Updated PREQ propagation code;Monthadar Al Jaberi2012-05-011-74/+65
* * PREQ acceptance criteria updated to check for proxy condition as in amendment;Monthadar Al Jaberi2012-05-011-6/+9
* * Proactive PREQ (original transmission) must also setMonthadar Al Jaberi2012-05-011-1/+2
* * Fixed hwmp_discover code to populate a PREQ packet correctly;Monthadar Al Jaberi2012-05-011-11/+3
* * Fixed PREQ flag field Adressing mode subfiled according to amendment specs;Monthadar Al Jaberi2012-05-011-4/+4
* * Added a mesh max PREQ retires sysctl that governous how many timesMonthadar Al Jaberi2012-05-011-2/+38
* Change how we enforce PREQ minimum interval.Monthadar Al Jaberi2012-05-011-24/+33
* PREP updateMonthadar Al Jaberi2012-05-011-65/+60
* Mesh forwarding with proxy support.Monthadar Al Jaberi2012-05-011-63/+121
* Implemented so that Mesh forwarding information lifetime is dynamic.Monthadar Al Jaberi2012-05-011-12/+10
* Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios.Adrian Chadd2012-03-061-65/+273
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;Adrian Chadd2012-03-041-4/+4
* Missing code for receiving MESH PREP that should be part of r230409.Adrian Chadd2012-01-291-6/+15
* Fix the hwmp code to handle nodes in a "line" topology.Adrian Chadd2012-01-211-39/+99
* Change the hwmp debugging to use %6D rather than ether_sprintf().Adrian Chadd2012-01-211-35/+36
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Add missing braces.Rui Paulo2010-06-101-1/+2
* Don't reference null pointer in hwmp_recv_preq().Rui Paulo2010-06-011-0/+3
* Update the route's sequence number upon receiving a RANN.Rui Paulo2009-10-291-9/+12
* Initialize rann_flags properly.Rui Paulo2009-10-221-0/+1
* Fix a bug in composing PERR frames introduced by latest draft update.Rui Paulo2009-10-191-1/+2
* HWMP fixes, namely:Rui Paulo2009-10-191-31/+32
* Another 3.03 draft bit that I missed in the previous 802.11s stackRui Paulo2009-10-121-1/+1
* Update 802.11s mesh support to draft 3.03. This includes a revised frameRui Paulo2009-09-221-94/+61