aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* net80211: provide descriptions for reason codesAndriy Voskoboinyk2016-04-208-18/+163
* net80211 (trivial, noop): remove duplicate check from hostap_recv_mgmt()Andriy Voskoboinyk2016-04-201-5/+6
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-2010-102/+66
* net80211: do not reschedule scan_curchan_task() if the scan was canceled.Andriy Voskoboinyk2016-04-191-1/+4
* [net80211] put in a comment about the not-quite-correctness of A-MPDU paramet...Adrian Chadd2016-04-181-0/+8
* [net80211] correctly (i hope, wow) do a ticks comparison to limit A-MPDU atte...Adrian Chadd2016-04-101-1/+1
* [net80211] unconditionally do A-MPDU RX aging.Adrian Chadd2016-04-101-12/+2
* [net80211] log the node pointer when calling ht node init/cleanupAdrian Chadd2016-04-091-6/+7
* [net80211] add back in the ff/superg node init call that I accidentallyAdrian Chadd2016-04-091-0/+8
* Try to unbreak the build: the 'vap' variable is only used if ieee80211Bjoern A. Zeeb2016-04-091-1/+1
* [net80211] print out the channel type (eg a, b, g, n) when creatingAdrian Chadd2016-04-091-2/+3
* [net8021] Pull out the ibss check code into a public function.Adrian Chadd2016-04-092-15/+30
* [net80211] revert part of r282405 in order to restore IBSS behaviour.Adrian Chadd2016-04-091-4/+1
* [net80211] missed commit from last one - always cleanup superg state.Adrian Chadd2016-04-061-2/+6
* [net80211] Initial A-MSDU support for testing / evaluationAdrian Chadd2016-04-066-72/+286
* [net80211] rename 11n rate macros into a useful spotAdrian Chadd2016-04-052-1/+9
* [net80211] note that M_FF will soon mean "fast-frames" or "A-MSDU."Adrian Chadd2016-04-051-1/+1