summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attempt to catch scan cancellations at exactly the wrong time from occuring.adrian2012-03-021-0/+13
* Only increment is_beacon_bad if we're not scanning.adrian2012-02-281-1/+2
* Print out the bogus beacon interval.adrian2012-02-281-1/+2
* Track the number of bad beacons received.adrian2012-02-282-2/+5
* Hold IF_LOCK when manipulating the interface flags.adrian2012-02-241-1/+6
* Although it's documented that the vap newstate call can drop theadrian2012-02-241-0/+6
* Add a radiotap vendor header definition.adrian2012-02-241-0/+6
* Remove redundant forward declaration of struct ieee80211com.ray2012-02-201-2/+0
* Correct the 802.11s mesh configuration structure and related tidbits.adrian2012-02-132-20/+53
* Update the 802.11s IE numbers to represent the latest 802.11 amendment standard.adrian2012-02-081-20/+25
* Update the mesh reason codes to match the latest 802.11s specification.adrian2012-02-061-13/+15
* Whitespace removal.rpaulo2012-02-031-12/+12
* Add a DFS debugging mode which is useful when doing automated DFSadrian2012-01-312-16/+72
* Missing code for receiving MESH PREP that should be part of r230409.adrian2012-01-291-6/+15
* Mark the taskqueue as the _net80211_ taskqueue.adrian2012-01-221-1/+1
* 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
* Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a m...adrian2012-01-151-0/+4
* Add the ability to kick an existing mesh node without waiting for itadrian2012-01-111-0/+11
* Add the MCS radiotype entry.adrian2012-01-112-0/+5
* Add in the vendor extension bit in the radiotap header.adrian2012-01-101-0/+1
* Correct comment for the IPv6 case to say "traffic class" not "TOS"bz2012-01-071-1/+1
* MCS32 equals 32, not 8*ic_txstream.bschmidt2012-01-021-1/+1
* Remove now redundant mac argument.bschmidt2011-12-174-14/+8
* Fix some net80211 enum nits:bschmidt2011-12-174-15/+21
* Modify the ACL code slightly to support a few nifty things:adrian2011-12-154-4/+17
* .. add missing include from an incorrect merge.adrian2011-11-081-0/+2
* Reject frames in STA mode which are not destined to the local STA address.adrian2011-11-081-0/+24
* Add 802.11h quiet time element support into net80211.adrian2011-11-0810-2/+131
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-074-4/+4
* Include the tid when printing out crypto replay errors.adrian2011-10-281-2/+2
* Fix an unused variable warning/error when invariants isn't enabled.adrian2011-10-121-2/+1
* Fix a panic in the wifi stack when a software beacon miss occurs in the wrong...adrian2011-10-023-7/+17
* This patch fixes beacon frame sequence number generation. The codeadrian2011-08-241-0/+8
* Correctly handle BAR TX failures.adrian2011-08-191-1/+5
OpenPOWER on IntegriCloud