aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* [net80211] Initial full-offload scan support.Adrian Chadd2016-10-192-3/+28
* [net80211] add some more RX flags.Adrian Chadd2016-10-171-0/+6
* [net80211] remove now duplicate copy of the QOSDATA check macro.Adrian Chadd2016-10-131-3/+0
* [net80211] add some more QoS frame subtypes.Adrian Chadd2016-10-131-0/+11
* net80211: convert all ieee80211_input_mimo*() consumersAndriy Voskoboinyk2016-10-122-26/+15
* [net80211] extend the ieee80211_rx_stats struct to include more information.Adrian Chadd2016-10-082-24/+73
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-024-43/+112
* net80211: add one-vap version of ieee80211_iterate_nodes()Andriy Voskoboinyk2016-10-022-100/+77
* net80211: do not cancel scan when packet is sent.Andriy Voskoboinyk2016-09-301-11/+19
* [net80211] don't add IBSS node table entries for neighbors from other SSIDs.Adrian Chadd2016-09-213-1/+72
* [net80211] add a HT method to populate HTCAP based on IBSS requirements.Adrian Chadd2016-09-172-0/+92
* net80211: allow to override SWCRYPT/SWMIC bits in the driverAndriy Voskoboinyk2016-09-151-2/+4
* net80211: improve error checking in ieee80211_parse_{wpa,rsn}()Andriy Voskoboinyk2016-09-131-28/+100
* net80211: fix possible panic in adhoc mode (INIT -> RUN state transition).Andriy Voskoboinyk2016-09-121-0/+13
* [net80211] add in ToA/ToD based location mbuf tags for some experimenting.Adrian Chadd2016-09-092-0/+46
* [net80211] correctly lock the ifp before accessing the lladdr.Adrian Chadd2016-08-181-0/+2
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* Extract out the various local definitions of ETHER_IS_BROADCAST() andAdrian Chadd2016-08-071-1/+4
* [net80211] teach AMRR to log the initial MCS rate as "MCS X"Adrian Chadd2016-07-011-2/+11
* net80211: fix LOR/deadlock in ieee80211_ff_node_cleanup().Andriy Voskoboinyk2016-06-295-56/+69
* [net80211] re-revert the ibss "is this local to the bss" patch.Adrian Chadd2016-06-251-1/+4
* [net80211] remove node scan lock / generation number + fix few LORsAdrian Chadd2016-06-195-184/+123
* net80211: discard an injected frame if it is smaller than header length.Andriy Voskoboinyk2016-06-091-2/+2
* net80211: fix duplicate packet counter incrementation.Andriy Voskoboinyk2016-06-092-3/+2
* net80211: replace m_getcl/m_gethdr pair with m_get2 in ieee80211_fragment()Andriy Voskoboinyk2016-05-281-10/+2
* net80211: fix use-after-free in frame defragmentation procedure.Andriy Voskoboinyk2016-05-281-9/+10
* ifconfig: set by default FCC regulatory domain for wireless interfaces.Andriy Voskoboinyk2016-05-261-3/+0
* net80211: send RTM_IEEE80211_SCAN event when scan was cancelled.Andriy Voskoboinyk2016-05-211-3/+3
* net80211: restore interface state check for IEEE80211_IOC_SCAN_REQ ioctl.Andriy Voskoboinyk2016-05-191-0/+5
* net80211: fix more compiler warnings.Andriy Voskoboinyk2016-05-1912-17/+17
* net80211: unbreak 'show all vaps(/a)' ddb commandAndriy Voskoboinyk2016-05-173-20/+31
* Revert parts of r299575 in order to make more MIPS kernels buildBjoern A. Zeeb2016-05-141-0/+6
* net80211: drop some unused variables / local macrosAndriy Voskoboinyk2016-05-1210-74/+5
* net80211: restore 'iflladdr_event' event handler.Andriy Voskoboinyk2016-05-061-0/+19
* net80211: do not hardcode size of ic_modecaps field.Andriy Voskoboinyk2016-05-041-1/+2
* [net80211] add extra debugging around negotiated A-MPDU parameters.Adrian Chadd2016-05-041-0/+8
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-0312-21/+21
* net80211: fix MAC address change via SIOCSIFLLADDR ioctl.Andriy Voskoboinyk2016-05-021-1/+11
* net80211: calculate IEEE80211_MODE_BYTES / IEEE80211_CHAN_BYTESAndriy Voskoboinyk2016-05-012-3/+3
* net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk2016-04-291-0/+1
* net80211: provide a set of ieee80211_add_channel*() functionsAndriy Voskoboinyk2016-04-293-92/+292
* [net80211] fix indenting.Adrian Chadd2016-04-281-2/+2
* [net80211] handle action frames in adhoc mode from the node that created the ...Adrian Chadd2016-04-281-1/+2
* [net80211] add the STBC ioctl support.Adrian Chadd2016-04-261-0/+32
* [net80211] add STBC capability flags to iv_flags_ht.Adrian Chadd2016-04-261-0/+12
* [net80211] add an ioctl for LDPC configuration.Adrian Chadd2016-04-261-0/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* net80211: refresh comments for ieee80211_scan_next() andAndriy Voskoboinyk2016-04-212-10/+14
* net80211: enable promiscuous mode state change for non-monitor/ahdemo modesAndriy Voskoboinyk2016-04-212-14/+20
* net80211: hide subtype mask & shift in function call.Andriy Voskoboinyk2016-04-2012-38/+33