summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_hostap.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r260444:kevlo2014-02-171-4/+4
* 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
* follow prevailing stylesam2008-12-311-1/+1
* convert MALLOC/FREE to malloc/freesam2008-12-181-2/+2
* fix commentsam2008-12-161-1/+1
* Replace adhoc checks in ieee80211_start with a per-node flag thatsam2008-12-151-0/+10
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-221-1/+1
* Fix checks for fast frames negotiation. ni_ath_flags holds thesam2008-10-301-1/+1
* New ap-side power save implementation; the main change is to allow driverssam2008-10-261-2/+7
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* must do a deep copy of mcast packets as they can be modified after dispatchsam2008-09-251-1/+1
* Revamp ht ie handling:sam2008-09-211-1/+2
* Cleanup AMPDU handling:sam2008-09-211-13/+9
* don't deauth a station because it sends a ps-poll w/ a bogus aid in it;sam2008-07-261-2/+8
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-0/+2236
OpenPOWER on IntegriCloud