summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* net80211: replace m_getcl/m_gethdr pair with m_get2 in ieee80211_fragment()avos2016-05-281-10/+2
* net80211: fix use-after-free in frame defragmentation procedure.avos2016-05-281-9/+10
* ifconfig: set by default FCC regulatory domain for wireless interfaces.avos2016-05-261-3/+0
* net80211: send RTM_IEEE80211_SCAN event when scan was cancelled.avos2016-05-211-3/+3
* net80211: restore interface state check for IEEE80211_IOC_SCAN_REQ ioctl.avos2016-05-191-0/+5
* net80211: fix more compiler warnings.avos2016-05-1912-17/+17
* net80211: unbreak 'show all vaps(/a)' ddb commandavos2016-05-173-20/+31
* Revert parts of r299575 in order to make more MIPS kernels buildbz2016-05-141-0/+6
* net80211: drop some unused variables / local macrosavos2016-05-1210-74/+5
* net80211: restore 'iflladdr_event' event handler.avos2016-05-061-0/+19
* net80211: do not hardcode size of ic_modecaps field.avos2016-05-041-1/+2
* [net80211] add extra debugging around negotiated A-MPDU parameters.adrian2016-05-041-0/+8
* sys/net*: minor spelling fixes.pfg2016-05-0312-21/+21
* net80211: fix MAC address change via SIOCSIFLLADDR ioctl.avos2016-05-021-1/+11
* net80211: calculate IEEE80211_MODE_BYTES / IEEE80211_CHAN_BYTESavos2016-05-012-3/+3
* 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
OpenPOWER on IntegriCloud