summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
...
* [net80211] Initial A-MSDU support for testing / evaluationadrian2016-04-066-72/+286
* [net80211] rename 11n rate macros into a useful spotadrian2016-04-052-1/+9
* [net80211] note that M_FF will soon mean "fast-frames" or "A-MSDU."adrian2016-04-051-1/+1
* [net80211] Add a new capability flag to indicate that the stack shouldadrian2016-04-051-0/+1
* net80211: copy MAC address into iv_myaddr[] instead of aliasing it.avos2016-04-052-3/+4
* [net80211] add amsdu and fast frames encap failure counters in the ioctladrian2016-04-041-1/+4
* [net80211] migrate the time_* macros to ieee80211_* namespace.adrian2016-03-308-18/+18
* [net80211] Add fields to decode uAPSD fields.adrian2016-03-301-0/+21
* net80211: fix panic for DWDS vapsavos2016-03-261-0/+3
* [net80211] add missing static declarations.adrian2016-03-221-3/+3
* net80211: enable software beacon miss timer in SLEEP stateavos2016-03-212-17/+24
* net80211: add missing SLEEP -> AUTH state transition for station mode.avos2016-03-211-1/+2
* [net80211] Add VHT Transmit Power Envelope element - 802.11ac-2013 8.4.2.164adrian2016-03-191-0/+33
* [net80211] IE 127 is not MESHEXTCAP, just EXTCAP.adrian2016-03-182-3/+4
* Add initial 802.11ac IEs and fields.adrian2016-03-181-0/+112
* [net80211] Add some more missing IEs.adrian2016-03-171-0/+13
* Add initial VHT IE's and action codes.adrian2016-03-161-0/+6
* [net80211] Begin implementing rate control module stats.adrian2016-03-163-0/+83
* class -> i_class. Thanks C++.adrian2016-03-141-1/+1
* [net80211] handle unlisted information elements.adrian2016-03-142-0/+79
* net80211: fix possible overflow in IEEE80211_TU_TO_TICKS()avos2016-03-041-1/+1
* net80211: drop <smth> -> INIT state transition warning (STA mode only)avos2016-03-031-1/+1
* Use m_catpkt(9) to avoid a possible use-after-free in ieee80211_defrag().markj2016-03-021-3/+1
* net80211: eliminate copy-paste nearby ieee80211_check_rxseq()avos2016-03-016-93/+26
* Fix !IEEE80211_DEBUG build.glebius2016-02-291-6/+6
* net80211: do not enforce promiscuous mode for AP scanavos2016-02-291-3/+0
* net80211: fix scanning after D5145 (PR 197498 related)avos2016-02-291-6/+23
* net80211: cleanup ieee80211_scan_sw.cavos2016-02-291-22/+22
* net80211: refactor scan_signal()avos2016-02-291-26/+28
* net80211: wakeup scan_start() task when null data frame was actuallyavos2016-02-292-6/+16
* net80211: split scan_task() (#3) (into scan_start() andavos2016-02-291-92/+111
* net80211: split scan_task() (#2) (add scan_end() function)avos2016-02-291-2/+15
* net80211: split scan_task() (#1) (replace 'done' label with scan_done()avos2016-02-291-8/+26
* net80211: utilize ss_scanend variable from scan_state structureavos2016-02-291-8/+9
* net80211: reduce code verbosity in scan_task() (ieee80211_scan_sw.c)avos2016-02-291-19/+18
* net80211: reduce code duplication between ieee80211_swscan_cancel_scan()avos2016-02-291-32/+14
* net80211: fix a comment for TX lockavos2016-02-281-1/+1
* net80211: remove redundant locking.avos2016-02-281-4/+4
* net80211: fix 'taskqueue_drain with non-sleepable locks held' warningavos2016-02-281-3/+9
* net80211: fix 'uma_zalloc_arg: zone "32" with non-sleepable locks held'avos2016-02-261-6/+9
* net80211: fix TIM cleanup.avos2016-02-231-1/+0
* net80211: add few missing subtype names.avos2016-02-197-3/+11
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-0117-3/+20
* net80211: reduce stack usage for ieee80211_ioctl*() methods.avos2016-01-241-89/+95
* net80211: reduce code duplicationavos2016-01-241-2/+0
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-091-0/+1
* [net80211] fix duration field; it's unsigned, but not long.adrian2016-01-041-1/+1
* [net80211] document the (not completely complete) set of places whereadrian2016-01-013-1/+4
* net80211: remove hardcoded slot time durations from driversavos2015-12-131-0/+4
* [net80211] decode WPA cipher config '0' as "clear cipher config".adrian2015-11-261-0/+3
OpenPOWER on IntegriCloud