summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash bug introduced in the iterate node work recently done.adrian2012-09-161-1/+9
* s/ is is / is /geadler2012-09-141-1/+1
* Fix an incorrect comparison.adrian2012-08-161-3/+2
* Don't call the node iteration function inside the node table / nodeadrian2012-08-152-14/+110
* Fix an incorrect comment.adrian2012-08-081-1/+1
* 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
* Add a check for dynamic OFDM/CCK channel types.adrian2012-07-011-0/+2
* Mesh mode, potential garbage in QoS subfield.monthadar2012-06-251-3/+3
* Extend the radiotap code to be aware of the size of any extra vendoradrian2012-06-182-6/+25
* Fix some corner cases in the ieee80211_send_bar() handling.adrian2012-05-221-1/+27
* Update HWMP Proactive code and mesh route flags.monthadar2012-05-011-20/+10
* PREQ discovery update.monthadar2012-05-014-17/+82
* Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.monthadar2012-05-015-25/+27
* RANN updatemonthadar2012-05-012-18/+83
* PERR update to be called from mesh code.monthadar2012-05-013-2/+76
* * 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-012-12/+3
* * Fixed PREQ flag field Adressing mode subfiled according to amendment specs;monthadar2012-05-012-5/+5
* * 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-012-65/+62
* * MeshForwarding update mesh_recv_indiv_data_to_fwrd to silently discardmonthadar2012-05-011-1/+13
* Added route lifetime update for destination and source mesh along a mesh path;monthadar2012-05-011-4/+33
* Mesh forwarding with proxy support.monthadar2012-05-014-149/+398
* Implemented so that Mesh forwarding information lifetime is dynamic.monthadar2012-05-014-33/+120
* Fixed some MPM reason codes and max number of neighbors checkmonthadar2012-05-012-32/+94
* Modified structure and code that handles Mesh peering management.monthadar2012-05-012-42/+56
* Added Self-protected action category (including MPM).monthadar2012-05-015-52/+66
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.adrian2012-04-156-43/+48
* Add some statistics to track BAR TX.adrian2012-04-082-4/+13
* Add basic HT channel setup to ieee80211_init_channels(), this will bebschmidt2012-04-031-6/+64
* Correct the ordering of tid/crypto ic_name.adrian2012-03-271-1/+1
* Create a new task to handle 802.11n channel width changes.adrian2012-03-258-7/+59
* Re-commit this - store the alq payload in network order.adrian2012-03-211-1/+1
* .. revert out a local change that I hadn't yet completely finished fleshingadrian2012-03-181-124/+1
* Add a missing endian conversion.adrian2012-03-181-1/+124
* Pull in a dependency on ALQ if it's compiled with IEEE80211_ALQ.adrian2012-03-161-0/+4
* Add missing \n's.adrian2012-03-081-2/+2
* Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios.adrian2012-03-063-69/+305
* Oops - used the wrong field.adrian2012-03-051-1/+1
* Add the thread id to the net80211 alq records.adrian2012-03-042-1/+4
* Fix style(9) issues.adrian2012-03-041-10/+12
* Fix build w/o 'options IEEE80211_SUPPORT_MESH'.glebius2012-03-041-0/+2
* * Introduce new flag for QoS control field;adrian2012-03-043-28/+88
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;adrian2012-03-046-131/+146
OpenPOWER on IntegriCloud