aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_hostap.c
Commit message (Expand)AuthorAgeFilesLines
* [net80211] validate VHT IEs.Adrian Chadd2017-02-201-1/+11
* [net80211] fix up VHT IE comparison typoAdrian Chadd2017-02-201-1/+3
* [net80211] fix NULL pointer dereference in VHT operation in hostap mode.Adrian Chadd2017-02-201-1/+3
* [net80211] Initial VHT node upgrade/downgrade support and initial IE parsing.Adrian Chadd2017-01-131-0/+27
* [net80211] handle hardware encryption offload in the receive pathAdrian Chadd2016-11-191-6/+17
* net80211: switch from ieee80211_iterate_nodes() toAndriy Voskoboinyk2016-11-141-10/+12
* net80211: improve error checking in ieee80211_parse_{wpa,rsn}()Andriy Voskoboinyk2016-09-131-28/+100
* net80211: fix duplicate packet counter incrementation.Andriy Voskoboinyk2016-06-091-2/+2
* net80211: fix more compiler warnings.Andriy Voskoboinyk2016-05-191-1/+1
* net80211: drop some unused variables / local macrosAndriy Voskoboinyk2016-05-121-11/+2
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* net80211: hide subtype mask & shift in function call.Andriy Voskoboinyk2016-04-201-4/+2
* net80211: provide descriptions for reason codesAndriy Voskoboinyk2016-04-201-2/+4
* 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-201-12/+12
* [net80211] missed commit from last one - always cleanup superg state.Adrian Chadd2016-04-061-2/+6
* net80211: eliminate copy-paste nearby ieee80211_check_rxseq()Andriy Voskoboinyk2016-03-011-18/+1
* net80211: add few missing subtype names.Andriy Voskoboinyk2016-02-191-0/+1
* net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...Adrian Chadd2015-10-121-3/+2
* Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.Gleb Smirnoff2015-05-251-4/+0
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-2/+2
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-251-5/+8
* Do not check sequence number for QoS Null frames; set it for generated QoS NullAdrian Chadd2015-05-121-2/+1
* Prepare for supporting driver-overridden curchan when submitting scanAdrian Chadd2015-05-101-1/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-4/+4
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-4/+4
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add in some backwards compatability hacks to make -HEAD net80211 compileAdrian Chadd2013-08-221-0/+4
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andAndre Oppermann2013-08-191-1/+2
* Convert net80211 over to using if_transmit for the dispatch from theAdrian Chadd2013-08-081-5/+5
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-081-17/+9
* Handle ps-poll data frame if_transmit() failure.Adrian Chadd2013-01-061-1/+15
* Remove a use of if_start() - instead, use if_transmit() to dispatch theAdrian Chadd2012-12-221-2/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Migrate the power-save functions to be overridable VAP methods.Adrian Chadd2012-10-021-5/+5
* Remove now redundant mac argument.Bernhard Schmidt2011-12-171-4/+2
* Modify the ACL code slightly to support a few nifty things:Adrian Chadd2011-12-151-1/+11
* Fix some corner cases in the net80211 sequence number retransmissionAdrian Chadd2011-05-041-5/+1
* Make sure to only accept and handle action frames which are for us. InBernhard Schmidt2011-02-221-4/+13
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while hereBernhard Schmidt2011-02-211-3/+14
* Add a comment explaining the previous commit.Rui Paulo2010-03-281-0/+5
* When receiving a management frame, pass the mbuf to bpf before callingRui Paulo2010-03-231-0/+3
* When taking the AMPDU reorder fastpath, need_tap wasn't beingRui Paulo2010-02-031-2/+1
* Fix typo in commentRui Paulo2009-12-081-1/+1
* Revamp 802.11 action frame handling:Sam Leffler2009-07-051-1/+1
* iv_flags_ext is full, make room by moving HT-related flags to a newSam Leffler2009-06-071-4/+4
* correct status code returned for ht capability mismatch on assoc/reassocSam Leffler2009-06-051-1/+1
* When a channel switch is done to a channel with different operatingSam Leffler2009-06-031-0/+34
* After a channel switch mark associated stations so they will immediatelySam Leffler2009-06-031-0/+18
* Fix monitor mode vaps to work as intended:Sam Leffler2009-06-021-3/+3