summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* net80211 + drivers: hide size of 'bands' array behind a macro.avos2016-04-291-0/+1
* net80211: provide a set of ieee80211_add_channel*() functionsavos2016-04-293-92/+292
* [net80211] fix indenting.adrian2016-04-281-2/+2
* [net80211] handle action frames in adhoc mode from the node that created the ...adrian2016-04-281-1/+2
* [net80211] add the STBC ioctl support.adrian2016-04-261-0/+32
* [net80211] add STBC capability flags to iv_flags_ht.adrian2016-04-261-0/+12
* [net80211] add an ioctl for LDPC configuration.adrian2016-04-261-0/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* net80211: refresh comments for ieee80211_scan_next() andavos2016-04-212-10/+14
* net80211: enable promiscuous mode state change for non-monitor/ahdemo modesavos2016-04-212-14/+20
* net80211: hide subtype mask & shift in function call.avos2016-04-2012-38/+33
* net80211: provide descriptions for reason codesavos2016-04-208-18/+163
* net80211 (trivial, noop): remove duplicate check from hostap_recv_mgmt()avos2016-04-201-5/+6
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemavos2016-04-2010-102/+66
* net80211: do not reschedule scan_curchan_task() if the scan was canceled.avos2016-04-191-1/+4
* [net80211] put in a comment about the not-quite-correctness of A-MPDU paramet...adrian2016-04-181-0/+8
* [net80211] correctly (i hope, wow) do a ticks comparison to limit A-MPDU atte...adrian2016-04-101-1/+1
* [net80211] unconditionally do A-MPDU RX aging.adrian2016-04-101-12/+2
* [net80211] log the node pointer when calling ht node init/cleanupadrian2016-04-091-6/+7
* [net80211] add back in the ff/superg node init call that I accidentallyadrian2016-04-091-0/+8
* Try to unbreak the build: the 'vap' variable is only used if ieee80211bz2016-04-091-1/+1
* [net80211] print out the channel type (eg a, b, g, n) when creatingadrian2016-04-091-2/+3
* [net8021] Pull out the ibss check code into a public function.adrian2016-04-092-15/+30
* [net80211] revert part of r282405 in order to restore IBSS behaviour.adrian2016-04-091-4/+1
* [net80211] missed commit from last one - always cleanup superg state.adrian2016-04-061-2/+6
* [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
OpenPOWER on IntegriCloud