aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Extend the radiotap code to be aware of the size of any extra vendorAdrian Chadd2012-06-182-6/+25
* Fix some corner cases in the ieee80211_send_bar() handling.Adrian Chadd2012-05-221-1/+27
* Update HWMP Proactive code and mesh route flags.Monthadar Al Jaberi2012-05-011-20/+10
* PREQ discovery update.Monthadar Al Jaberi2012-05-014-17/+82
* Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.Monthadar Al Jaberi2012-05-015-25/+27
* RANN updateMonthadar Al Jaberi2012-05-012-18/+83
* PERR update to be called from mesh code.Monthadar Al Jaberi2012-05-013-2/+76
* * 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-012-12/+3
* * Fixed PREQ flag field Adressing mode subfiled according to amendment specs;Monthadar Al Jaberi2012-05-012-5/+5
* * 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-012-65/+62
* * MeshForwarding update mesh_recv_indiv_data_to_fwrd to silently discardMonthadar Al Jaberi2012-05-011-1/+13
* Added route lifetime update for destination and source mesh along a mesh path;Monthadar Al Jaberi2012-05-011-4/+33
* Mesh forwarding with proxy support.Monthadar Al Jaberi2012-05-014-149/+398
* Implemented so that Mesh forwarding information lifetime is dynamic.Monthadar Al Jaberi2012-05-014-33/+120
* Fixed some MPM reason codes and max number of neighbors checkMonthadar Al Jaberi2012-05-012-32/+94
* Modified structure and code that handles Mesh peering management.Monthadar Al Jaberi2012-05-012-42/+56
* Added Self-protected action category (including MPM).Monthadar Al Jaberi2012-05-015-52/+66
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.Adrian Chadd2012-04-156-43/+48
* Add some statistics to track BAR TX.Adrian Chadd2012-04-082-4/+13
* Add basic HT channel setup to ieee80211_init_channels(), this will beBernhard Schmidt2012-04-031-6/+64
* Correct the ordering of tid/crypto ic_name.Adrian Chadd2012-03-271-1/+1
* Create a new task to handle 802.11n channel width changes.Adrian Chadd2012-03-258-7/+59
* Re-commit this - store the alq payload in network order.Adrian Chadd2012-03-211-1/+1
* .. revert out a local change that I hadn't yet completely finished fleshingAdrian Chadd2012-03-181-124/+1
* Add a missing endian conversion.Adrian Chadd2012-03-181-1/+124
* Pull in a dependency on ALQ if it's compiled with IEEE80211_ALQ.Adrian Chadd2012-03-161-0/+4
* Add missing \n's.Adrian Chadd2012-03-081-2/+2
* Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios.Adrian Chadd2012-03-063-69/+305
* Oops - used the wrong field.Adrian Chadd2012-03-051-1/+1
* Add the thread id to the net80211 alq records.Adrian Chadd2012-03-042-1/+4
* Fix style(9) issues.Adrian Chadd2012-03-041-10/+12
* Fix build w/o 'options IEEE80211_SUPPORT_MESH'.Gleb Smirnoff2012-03-041-0/+2
* * Introduce new flag for QoS control field;Adrian Chadd2012-03-043-28/+88
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;Adrian Chadd2012-03-046-131/+146
* Attempt to catch scan cancellations at exactly the wrong time from occuring.Adrian Chadd2012-03-021-0/+13
* Only increment is_beacon_bad if we're not scanning.Adrian Chadd2012-02-281-1/+2
* Print out the bogus beacon interval.Adrian Chadd2012-02-281-1/+2
* Track the number of bad beacons received.Adrian Chadd2012-02-282-2/+5
* Hold IF_LOCK when manipulating the interface flags.Adrian Chadd2012-02-241-1/+6
* Although it's documented that the vap newstate call can drop theAdrian Chadd2012-02-241-0/+6
* Add a radiotap vendor header definition.Adrian Chadd2012-02-241-0/+6
* Remove redundant forward declaration of struct ieee80211com.Aleksandr Rybalko2012-02-201-2/+0
* Correct the 802.11s mesh configuration structure and related tidbits.Adrian Chadd2012-02-132-20/+53
* Update the 802.11s IE numbers to represent the latest 802.11 amendment standard.Adrian Chadd2012-02-081-20/+25