aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_mesh.h
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Migrate the 802.11s locks out into ieee80211_freebsd.h, so they can beAdrian Chadd2015-05-261-2/+2
* HWMP: ic->raw_xmit didn't always point to correct ni.Monthadar Al Jaberi2013-02-071-0/+3
* Send frames to mesh gate if 11s discovery fails.Monthadar Al Jaberi2013-02-071-0/+2
* Mark root mesh as gate when mesh gate flag set.Monthadar Al Jaberi2013-02-071-0/+3
* Propagate GANN frames, and store know gate info.Monthadar Al Jaberi2013-02-071-0/+12
* Mesh update: add base Mesh Gate functionality.Monthadar Al Jaberi2013-02-071-0/+5
* Update net80211 mesh struct ieee80211_meshgann_ie.Monthadar Al Jaberi2013-02-071-7/+14
* PREQ discovery update.Monthadar Al Jaberi2012-05-011-2/+5
* Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.Monthadar Al Jaberi2012-05-011-16/+8
* RANN updateMonthadar Al Jaberi2012-05-011-1/+1
* PERR update to be called from mesh code.Monthadar Al Jaberi2012-05-011-0/+3
* * Fixed hwmp_discover code to populate a PREQ packet correctly;Monthadar Al Jaberi2012-05-011-1/+0
* * Fixed PREQ flag field Adressing mode subfiled according to amendment specs;Monthadar Al Jaberi2012-05-011-1/+1
* Mesh forwarding with proxy support.Monthadar Al Jaberi2012-05-011-9/+10
* Implemented so that Mesh forwarding information lifetime is dynamic.Monthadar Al Jaberi2012-05-011-2/+13
* Fixed some MPM reason codes and max number of neighbors checkMonthadar Al Jaberi2012-05-011-0/+1
* Modified structure and code that handles Mesh peering management.Monthadar Al Jaberi2012-05-011-11/+10
* Added Self-protected action category (including MPM).Monthadar Al Jaberi2012-05-011-13/+7
* Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios.Adrian Chadd2012-03-061-4/+28
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;Adrian Chadd2012-03-041-16/+22
* Correct the 802.11s mesh configuration structure and related tidbits.Adrian Chadd2012-02-131-14/+50
* Update mesh code to to D4.0.Rui Paulo2010-01-121-2/+3
* Implement the missing support for updating the mesh conf number ofRui Paulo2009-10-191-0/+2
* Another 3.03 draft bit that I missed in the previous 802.11s stackRui Paulo2009-10-121-35/+17
* Update 802.11s mesh support to draft 3.03. This includes a revised frameRui Paulo2009-09-221-27/+20
* Mesh fixes, namely:Rui Paulo2009-07-271-0/+2
* store mesh timers as ticks and sysctls for changing the defaultsSam Leffler2009-07-211-2/+3
* More mesh bits, namely:Rui Paulo2009-07-201-11/+29
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-0/+505