summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_hostap.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: fix duplicate packet counter incrementation.avos2016-06-091-2/+2
* net80211: fix more compiler warnings.avos2016-05-191-1/+1
* net80211: drop some unused variables / local macrosavos2016-05-121-11/+2
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* net80211: hide subtype mask & shift in function call.avos2016-04-201-4/+2
* net80211: provide descriptions for reason codesavos2016-04-201-2/+4
* 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-201-12/+12
* [net80211] missed commit from last one - always cleanup superg state.adrian2016-04-061-2/+6
* net80211: eliminate copy-paste nearby ieee80211_check_rxseq()avos2016-03-011-18/+1
* net80211: add few missing subtype names.avos2016-02-191-0/+1
* net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...adrian2015-10-121-3/+2
* Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.glebius2015-05-251-4/+0
* Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-251-2/+2
* Begin plumbing ieee80211_rx_stats through the receive path.adrian2015-05-251-5/+8
* Do not check sequence number for QoS Null frames; set it for generated QoS Nulladrian2015-05-121-2/+1
* Prepare for supporting driver-overridden curchan when submitting scanadrian2015-05-101-1/+2
* Mechanically convert to if_inc_counter().glebius2014-09-191-4/+4
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-4/+4
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Add in some backwards compatability hacks to make -HEAD net80211 compileadrian2013-08-221-0/+4
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-1/+2
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-081-5/+5
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-17/+9
* Handle ps-poll data frame if_transmit() failure.adrian2013-01-061-1/+15
* Remove a use of if_start() - instead, use if_transmit() to dispatch theadrian2012-12-221-2/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Migrate the power-save functions to be overridable VAP methods.adrian2012-10-021-5/+5
* Remove now redundant mac argument.bschmidt2011-12-171-4/+2
* Modify the ACL code slightly to support a few nifty things:adrian2011-12-151-1/+11
* Fix some corner cases in the net80211 sequence number retransmissionadrian2011-05-041-5/+1
* Make sure to only accept and handle action frames which are for us. Inbschmidt2011-02-221-4/+13
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while herebschmidt2011-02-211-3/+14
* Add a comment explaining the previous commit.rpaulo2010-03-281-0/+5
* When receiving a management frame, pass the mbuf to bpf before callingrpaulo2010-03-231-0/+3
* When taking the AMPDU reorder fastpath, need_tap wasn't beingrpaulo2010-02-031-2/+1
* Fix typo in commentrpaulo2009-12-081-1/+1
* Revamp 802.11 action frame handling:sam2009-07-051-1/+1
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-4/+4
* correct status code returned for ht capability mismatch on assoc/reassocsam2009-06-051-1/+1
* When a channel switch is done to a channel with different operatingsam2009-06-031-0/+34
* After a channel switch mark associated stations so they will immediatelysam2009-06-031-0/+18
* Fix monitor mode vaps to work as intended:sam2009-06-021-3/+3
* Fix handling of devices w/o radiotap support:sam2009-05-251-1/+1
* Overhaul monitor mode handling:sam2009-05-201-24/+18
* print both fc bytes when hitting a protocol version mismatchsam2009-04-261-1/+2
* add iv_recv_ctl method to allow hooking rx ctl frame handlingsam2009-04-261-8/+16
* o use shared code to handle bpf tap and mbuf cleanupsam2009-04-261-5/+2
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-0/+4
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-24/+12
OpenPOWER on IntegriCloud